https://github.com/techgaun/github-issues-pull-requests-sample
Example of https://github.com/blog/2111-issue-and-pull-request-templates
https://github.com/techgaun/github-issues-pull-requests-sample
Last synced: 3 months ago
JSON representation
Example of https://github.com/blog/2111-issue-and-pull-request-templates
- Host: GitHub
- URL: https://github.com/techgaun/github-issues-pull-requests-sample
- Owner: techgaun
- Created: 2016-02-18T05:34:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T06:08:22.000Z (almost 10 years ago)
- Last Synced: 2025-02-11T21:51:55.222Z (11 months ago)
- Size: 112 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# github-issues-pull-requests-sample
Example of https://github.com/blog/2111-issue-and-pull-request-templates
### Guideline
All you need to do is create three files:
- [CONTRIBUTING.md](.github/CONTRIBUTING.md) - contributing guideline which appears while creating new PR or issue
- [ISSUE_TEMPLATE.md](.github/ISSUE_TEMPLATE.md) - template for new issues
- [PULL_REQUEST_TEMPLATE.md](.github/PULL_REQUEST_TEMPLATE.md) - template for pull request
You can put these three files in the root of your project or if you want a little bit of organization, you can put it inside `.github` directory.
### How they look
#### New Issue

#### Pull Request
