summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
Commit message (Collapse)AuthorAgeFilesLines
* otp: Add DEVELOPMENT howto and complete `make test` supportLukas Larsson2022-01-211-15/+22
| | | | | | | | | | | | | This commit polishes a lot of the make system to be more robust and hopefully user friendly. A new DEVELOPMENT howto guide has been added with instructions on how to work with the Erlang/OTP code and the `make test` functionality has been fixed so that it should work for all applications. In order to solve the problem of some applications relying on being tested using a release, each application has been instrumented in its Makefile so that it knows if a release has to be done or not.
* Update CONTRIBUTING.mdBjörn Gustavsson2021-10-281-2/+2
| | | Refer to erlang forums instead of the mailing list.
* Change travis to github actions in CONTRIBUTING.mdLukas Larsson2021-07-121-1/+2
|
* otp: Update all links to our bug trackerJohn Högberg2021-02-111-1/+1
|
* Clarify how to make contributionsIngela Anderton Andin2020-06-121-2/+5
| | | | | | | | | We want it to be as easy as possible to review a pull request without breaking the possibility to use bisect. The need for improvement was discovered due to PR-1968 and a first enhancement proposal made in PR-2652, but we discovered it needed to be reworded to fulfill our whole requirement.
* otp: Add make dialyzer and make xmllint documentationLukas Larsson2019-08-061-1/+4
|
* Update CONTRIBUTING.mdKenneth Lundin2018-09-041-0/+1
|
* Add some more to the pull request instructionsSverker Eriksson2018-07-161-0/+2
| | | | Branch names and whitespaces.
* Update CONTRIBUTING.mdHenrik Nord2017-11-241-0/+33
|
* Add a piece of advice against naming branches 'maint' or 'master'Björn Gustavsson2017-04-261-0/+3
| | | | | When a branch named 'maint' or 'master' is merged, the commit message for the merge will be confusing.
* Create CONTRIBUTING.md (#1278)Björn Gustavsson2016-12-151-0/+98
According to https://help.github.com/articles/setting-guidelines-for-repository-contributors, a link to a file named CONTRIBUTING.md will be shown when someone is about to create a pull request. That is more visible than our Wiki pages, which are easy to miss. Create the CONTRIBUTING.md file, based on the existing Wiki page https://github.com/erlang/otp/wiki/Contribution-Guidelines.