2016-08-21 13:28:52 +00:00
|
|
|
|
<!-- Thanks for sending a pull request!
|
2016-05-14 11:03:33 +00:00
|
|
|
|
|
|
|
|
|
Here's how it's done:
|
2019-02-21 23:04:23 +00:00
|
|
|
|
0. If you are planning a large feature, please, discuss it first in a separate issue.
|
|
|
|
|
See also [CONTRIBUTING.md](https://github.com/sobolevn/git-secret/blob/master/CONTRIBUTING.md) if you haven't already.
|
2019-01-06 21:08:07 +00:00
|
|
|
|
1. Make sure that you open your pull request against the `master` branch
|
2019-02-21 23:04:23 +00:00
|
|
|
|
2. Make sure that your code has the same style as the surrounding code and git-secret in general
|
|
|
|
|
3. Make sure your code passes using `shellcheck` with `make lint`
|
|
|
|
|
4. You can also spell check your code using 'aspell -c {filename}'
|
|
|
|
|
5. If you are adding or changing features, please add tests that cover the new behavior (in addition to the unchanged behavior if appropriate)
|
|
|
|
|
6. Make sure that all tests pass
|
2021-05-04 09:26:39 +00:00
|
|
|
|
7. Change the .md file(s) in man/man*/ to document your changes if appropriate
|
2019-02-21 23:04:23 +00:00
|
|
|
|
(regenerating man pages with 'make build-man' is optional)
|
|
|
|
|
8. Add an entry to CHANGELOG.md explaining the change briefly and, if appropriate, referring to the related issue #
|
2016-05-14 11:03:33 +00:00
|
|
|
|
|
2016-08-21 13:28:52 +00:00
|
|
|
|
Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below. -->
|
2016-05-14 11:03:33 +00:00
|
|
|
|
|
|
|
|
|
What does this implement/fix? Explain your changes.
|
|
|
|
|
---------------------------------------------------
|
|
|
|
|
…
|
|
|
|
|
|
|
|
|
|
Does this close any currently open issues?
|
|
|
|
|
------------------------------------------
|
|
|
|
|
…
|
|
|
|
|
|
|
|
|
|
Any relevant logs, error output, etc?
|
|
|
|
|
-------------------------------------
|
|
|
|
|
(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)
|
|
|
|
|
|
|
|
|
|
Any other comments?
|
|
|
|
|
-------------------
|
|
|
|
|
…
|