Skip to content

Commit bbad0fc

Browse files
bastelfreakmartijndegouw
authored andcommitted
modulesync 3.1.0
1 parent 0fae8fe commit bbad0fc

14 files changed

+59
-795
lines changed

.github/CONTRIBUTING.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ By participating in this project you agree to abide by its terms.
3333

3434
Please be prepared to repeat some of these steps as our contributors review your code.
3535

36+
Also consider sending in your profile code that calls this component module as an acceptance test or provide it via an issue. This helps reviewers a lot to test your use case and prevents future regressions!
37+
3638
## Writing proper commits - short version
3739

3840
* Make commits of logical units.
@@ -264,7 +266,7 @@ The following strings are known to work:
264266

265267
* ubuntu1604
266268
* ubuntu1804
267-
* debian8
269+
* ubuntu2004
268270
* debian9
269271
* debian10
270272
* centos6

.msync.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
modulesync_config_version: '3.0.0'
1+
---
2+
modulesync_config_version: '3.1.0'

.overcommit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ PrePush:
6161
- 'validate'
6262
- 'test'
6363
- 'rubocop'
64-
command: [ 'bundle', 'exec', 'rake' ]
64+
command: ['bundle', 'exec', 'rake']

0 commit comments

Comments
 (0)