git-secret/.github/PULL_REQUEST_TEMPLATE.md
sobolevn 3577c165ec Added -i flag to the git-secret-add command, which now auto-ignores unignored files.
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
2016-05-14 14:03:33 +03:00

938 B
Raw Blame History

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 its 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: