You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[*Check out some more cool commands Hub has to offer.*](https://github.com/github/hub#commands)
593
596
594
-
### Contributing Guidelines
595
-
Adding a `CONTRIBUTING` file to the root of your repository will add a link to your file when a contributor creates an Issue or opens a Pull Request.
597
+
### Contribution Guidelines
598
+
GitHub supports adding 3 different files which help users contribute to your project.
599
+
These files can either be placed in the root of your repository or a `.github` directory under the root.
600
+
601
+
#### CONTRIBUTING File
602
+
Adding a `CONTRIBUTING` or `CONTRIBUTING.md` file to either the root of your repository or a `.github` directory will add a link to your file when a contributor creates an Issue or opens a Pull Request.
[*Read more about contributing guidelines.*](https://github.com/blog/1184-contributing-guidelines)
600
607
608
+
#### ISSUE_TEMPLATE file
609
+
You can define a template for all new issues opened in your project. The content of this file will pre-populate the new issue box when users create new issues. Add an `ISSUE_TEMPLATE` or `ISSUE_TEMPLATE.md` file to either the root of your repository or a `.github` directory.
610
+
611
+
[*Read more about issue templates.*](https://github.com/blog/2111-issue-and-pull-request-templates)
You can define a template for all new pull requests opened in your project. The
654D
content of this file will pre-populate the text area when users create pull requests. Add a `PULL_REQUEST_TEMPLATE` or `PULL_REQUEST_TEMPLATE.md` file to either the root of your repository or a `.github` directory.
619
+
620
+
[*Read more about pull request templates.*](https://github.com/blog/2111-issue-and-pull-request-templates)
0 commit comments