Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-18T06:08:22.000Z (over 8 years ago)
- Last Synced: 2024-04-14T06:05:30.925Z (7 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 requestYou 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
![New Issue](new_issue.jpg)
#### Pull Request
![Pull Request](new_pr.jpg)