Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

![New Issue](new_issue.jpg)

#### Pull Request

![Pull Request](new_pr.jpg)