summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAgeFilesLines
* rebranding: update links rebar/rebar3 -> erlang/rebar3Pierre Fenoll2016-03-191-2/+2
|
* Rework README and CONTRIBUTING documentsFred Hebert2016-01-171-89/+282
| | | | | | | | | | | | - The README is better targetted to newcomers and explains the basics of the project: what it is, why use it, how to get started, where to find more information. It looks less like a reference and more like a brief overview of rebar3. - Whatever looks like a list or reference manual material is expected to be moved to the website - Be clearer about the rebar3 project structure in CONTRIBUTING.md; explain how to write tests, how to structure code, and so on. - Added contributing section on bug reports, feature requests, etc.
* more contributing editsFred Hebert2015-06-291-21/+46
|
* update contributing, readme and app.src for beta-1Tristan Sloughter2015-06-281-44/+23
|
* Fix #176Tuncer Ayaz2014-05-291-0/+31
| | | | Extend CONTRIBUTING.md with regards to tests and credit.
* CONTRIBUTING: apply stylistic change suggested by dizzydTuncer Ayaz2013-09-201-1/+1
|
* Extract contributing guide into CONTRIBUTING.mdTuncer Ayaz2013-09-201-0/+94
While at it, refactor the guide for clarity. Some of the new text was taken from erlware/relx/CONTRIBUTING.md and modified as needed.