Skip to content

Commit

Permalink
Added title + tag mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
Autoparallel committed Aug 17, 2023
1 parent 5ee4d17 commit 5d44ba6
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Pull request
about: Create a pull request to have your own changes added to the project
title: ''
title: ADD YOUR TITLE HERE WITH TAGS AND BRIEF DESCRIPTION
labels: ''
assignees: ''

Expand All @@ -11,4 +11,16 @@ assignees: ''
Give a clear and high level level overview of the tasks completed in this pull request.

**Link to issue(s) that this PR closes**
Pull requests are required to close a related issue. If there is no issue, please create one first.
Pull requests are required to close a related issue. If there is no issue, please create one first.

**Provide an adequate title with tags and a brief description**
The tags should be in the format of "tag:" Description. The tags are as follows:
- "feat:" A new feature
- "fix:" A bug fix
- "docs:" Documentation only changes
- "style:" Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- "refactor:" A code change that neither fixes a bug nor adds a feature
- "perf:" A code change that improves performance
- "test:" Adding missing or correcting existing tests
- "chore:" Changes to the build process or auxiliary tools and libraries such as documentation generation
- "repo:" Changes to the repository itself

0 comments on commit 5d44ba6

Please # to comment.