mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-06 15:20:36 +00:00
3577c165ec
Also added a test case for this feature. Other changes: 1. refactored `Makefile` to have `.PHONY` marks 2. added install target to the `Makefile`, now one can run `make install` (with optional `$PREFIX` variable) 3. updated docs for `git-secret.7`, `git-secret-add.1` 4. refactored some commands to `shift` arguments 5. added a test case to the 'other-file-extension' situation 5. added `.github` folder to store templates Closed #18
34 lines
938 B
Markdown
34 lines
938 B
Markdown
Thanks for sending a pull request!
|
||
|
||
Here's how it's done:
|
||
1. Make sure that you open your pull-request to the `develop` branch (master branch is protected, since some plugins use it when installed)
|
||
2. Make sure that tests pass
|
||
3. Make sure that your code has the same style
|
||
|
||
Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below.
|
||
|
||
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?
|
||
-------------------
|
||
…
|
||
|
||
Where has this been tested?
|
||
---------------------------
|
||
**Operating system:** …
|
||
|
||
**`git-secret` version:** …
|
||
|
||
**Shell type and version:** …
|