summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAgeFilesLines
* overhaul CONTIRIBUTING.mdSebastian Thiel2021-08-181-8/+7
| | | | Thanks to #1322
* add initial types to remote.pyyobmod2021-05-031-1/+2
|
* update contribution guidelines to be a little less concise and more politeSebastian Thiel2020-09-031-4/+7
|
* Correcting a file nameArthur Milchior2019-08-121-1/+1
|
* github -> GitHubHugo2018-03-181-1/+1
|
* Make it more obvious how tests can be run locallySebastian Thiel2017-12-111-0/+1
| | | | | | See #674 for reference. [skip CI]
* doc(README): add basic contribution guidelinesSebastian Thiel2016-06-131-0/+6
The main point is that from now on, tests are required to add new features. If the fix is minor enough, not having a test is probably alright. That distinction is not represented in the contribution guide as more tests are better - people should prefer to have a test whenever they contribute anything. My motivation to finally do this is the sad realization that I grow too unconfident about the quality of some contributions without having tests that proof they are valid. It's not enough to not break anything that exists, as the current test-suite is certainly not perfect either.