Commit 32e457b7 by stephsamson Committed by Arun Babu Neelicattu

Add Triage label to new issues and clean the PR template.

parent 10685f40
......@@ -2,7 +2,7 @@
name: "\U0001F41E Bug Report"
about: Did you find a bug?
title: ''
labels: 'Bug'
labels: Bug, Triage
assignees: ''
---
......
......@@ -2,7 +2,7 @@
name: "\U0001F4DA Documentation"
about: Did you find errors, problems, or anything unintelligible in the docs (https://python-poetry.org/docs)?
title: ''
labels: 'Documentation'
labels: Documentation, Triage
assignees: ''
---
......
......@@ -2,7 +2,7 @@
name: "\U0001F381 Feature Request"
about: Do you have ideas for new features and improvements?
title: ''
labels: 'Feature'
labels: Feature, Triage
assignees: ''
---
......
# Pull Request Check List
This is just a reminder about the most common mistakes. Please make sure that you tick all *appropriate* boxes. But please read our [contribution guide](https://python-poetry.org/docs/contributing/) at least once, it will save you unnecessary review cycles!
Resolves: #issue-number-here
<!-- This is just a reminder about the most common mistakes. Please make sure that you tick all *appropriate* boxes. But please read our [contribution guide](https://python-poetry.org/docs/contributing/) at least once, it will save you unnecessary review cycles! -->
- [ ] Added **tests** for changed code.
- [ ] Updated **documentation** for changed code.
**Note**: If your Pull Request introduces a new feature or changes the current behavior, it should be based
on the `develop` branch. If it's a bug fix or only a documentation update, it should be based on the `master` branch.
<!-- **Note**: If your Pull Request introduces a new feature or changes the current behavior, it should be based
on the `develop` branch. If it's a bug fix or only a documentation update, it should be based on the `master` branch. -->
If you have *any* questions to *any* of the points above, just **submit and ask**! This checklist is here to *help* you, not to deter you from contributing!
<!-- If you have *any* questions to *any* of the points above, just **submit and ask**! This checklist is here to *help* you, not to deter you from contributing! -->
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment