mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Add commit info to CONTRIBUTING.md
This commit is contained in:
parent
4b2bbe59ea
commit
a0f8adc681
@ -16,6 +16,11 @@ When working on a new feature we usually use `git checkout -b feature/optionalis
|
|||||||
However this is not a rule just a recommendation to keep an overview of things.
|
However this is not a rule just a recommendation to keep an overview of things.
|
||||||
If your change isn't a bugfix or new feature you can also just use any branch name.
|
If your change isn't a bugfix or new feature you can also just use any branch name.
|
||||||
|
|
||||||
|
## Commit messages
|
||||||
|
Write commit messages that make sense. Explain what and *why* you change.
|
||||||
|
Write in present tense.
|
||||||
|
Please give [this guideline](https://gist.github.com/robertpainsi/b632364184e70900af4ab688decf6f53) a read.
|
||||||
|
|
||||||
### GitHub
|
### GitHub
|
||||||
We would like to encourage people to use GitHub to create pull requests.
|
We would like to encourage people to use GitHub to create pull requests.
|
||||||
It makes it easy for us to review the patches, track WIP branches, organize branches with labels and milestones,
|
It makes it easy for us to review the patches, track WIP branches, organize branches with labels and milestones,
|
||||||
@ -46,6 +51,7 @@ We will then pull from your repository and merge manually.
|
|||||||
* Each patch or pull request should only contain related modifications.
|
* Each patch or pull request should only contain related modifications.
|
||||||
* Run the tests and code formatters before submitting (c.f. Chapter 'Check everything' of this README).
|
* Run the tests and code formatters before submitting (c.f. Chapter 'Check everything' of this README).
|
||||||
* When changing the UI it would be appreciated if you could add a before and after screenshot for comparison.
|
* When changing the UI it would be appreciated if you could add a before and after screenshot for comparison.
|
||||||
|
* Squash fixup commits into one
|
||||||
|
|
||||||
### Hints and Pitfalls
|
### Hints and Pitfalls
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user