This repository is a template repository.
Template files:
- .github/
- ISSUE_TEMPLATE/
- LICENSE
- PULL_REQUEST_TEMPLATE.md
- README.md
The PULL_REQUEST_TEMPLATE.md
file asks a pull requester for information about the pull request.
The PULL_REQUEST_TEMPLATE.md file in this repository is an example that can be modified.
- Option #1: Using GitHub's "Wizard"
- github.com > (choose repository) > Insights > Community > Pull request template > "Add" button
- Option #2: Manual file creation
- See GitHub's Creating a pull request template for your repository
A template presented to the Contributor when creating an issue that reports a bug.
The bug_report.md file in this repository is an example that can be modified.
- Option #1: Using GitHub's "Wizard"
- github.com > (choose repository) > Insights > Community > Issue templates > "Add" button > Add template: Bug report
A template presented to the Contributor when creating an issue that requests a feature.
The feature_request.md file in this repository is an example that can be modified.
- Option #1: Using GitHub's "Wizard"
- github.com > (choose repository) > Insights > Community > Issue templates > "Add" button > Add template: Feature request