Skip to content

Commit

Permalink
Updated issue template documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed Nov 9, 2024
1 parent 6a61a7f commit 6ac48bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/CONTENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
This directory contains supporting files for the project's GitHub repository. The structure and contents of the directory are as follows:

- [ISSUE_TEMPLATE](ISSUE_TEMPLATE): This directory contains several templates for creating new issues in GitHub.
- [issue_template.md](issue_template.md): This file contains a template for creating a new issue in GitHub containing a user story.
- [PULL_REQUEST_TEMPLATE.md](issue_template.md): This file contains a template to be filled out for each GitHub pull request by the person submitting it.
- [dependabot.yml](dependabot.yml): GitHub Dependabot [configuration](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates).
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

This directory contains templates for creating new project issues in GitHub. The structure and contents of the directory are as follows:

* [bug_report.md](bug_report.md): This file contains a template for creating a new issue in GitHub to report a bug.
* [feature_request.md](feature_request.md): This file contains a template for creating a new issue in GitHub containing a user story.
* [1-feature_request.yml](1-feature_request.yml): This file contains a template for creating a new issue in GitHub containing a user story.
* [2-bug_report.yml](2-bug_report.yml): This file contains a template for creating a new issue in GitHub to report a bug.
* [config.yml](config.yml): The GitHub issue configuration. Disables blank issues from being used.

0 comments on commit 6ac48bb

Please sign in to comment.