summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2021-07-15Fix CONTRIBUTING.md formatingrusty-snake
Guess the label prefixes should be rendered bold and not with literal stars. [skip ci]
2020-12-10[skip ci] Update docs and build badges for the Travis -> Cirrus moveAlan Somers
2017-04-16ci: Allow skipping tests when running under CIKamal Marhubi
This adds `--cfg=travis` to builds under CI, allowing tests to be conditionally ignored by marking them with #[cfg_attr(travis, ignore)] refs #568
2017-04-15Replace homu with bors-ngKamal Marhubi
@homu has served us well, but is unmaintained. bors will serve us in its stead. Fixes https://github.com/nix-rust/nix/issues/580
2016-07-22Introduce CHANGELOG.mdPhilipp Matthias Schaefer
- Added initial CHANGELOG.md with Changes from Version 0.6.0 and the upcoming changes for version 0.7.0. - Added RELEASE_PROCEDURE.md detailing what changes should be made to CHANGELOG.md during a release. - Added sections about CHANGELOG.md in CONVENTIONS.md and CONTRIBUTIONS.md.
2016-03-17contributing: Add R- architecture-specific label prefixKamal Marhubi
2016-03-14testing: update documentation related to testingPaul Osborne
Signed-off-by: Paul Osborne <osbpau@gmail.com>
2016-03-06Add E-prefixed issue labels for level of experienceKamal Marhubi
Initial ideas for these will be E-good-first-bug and E-mentor.
2016-02-27Add a document with contribution guidelinesKamal Marhubi
This gives us a place to point new contributors, as well as to document our project practices.