Skip to content

Commit

Permalink
chore (#96): add new feature Issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Jul 30, 2023
1 parent 61d17e7 commit 7190576
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
title: 'Bug:'
labels: bug
assignees: ''

---

**Describe the bug**
Expand Down
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
blank_issues_enabled: true

contact_links:
- name: Security Contact
about: Please report security vulnerabilities to diementros@yandex.ru
- name: Question or Problem
about: Ask a question or ask about a problem in GitHub Discussions.
url: https://github.com/Lancetnik/Propan/discussions/categories/questions
- name: Feature Request
about: To suggest an idea or ask about a feature, a new Message Broker supporting or something else,
please create a discussion - the more people support your idea, the sooner we will start implementing it.
url: https://github.com/Lancetnik/Propan/discussions/categories/ideas
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: Feature Request
about: Suggest an idea for this project
title: 'Feature:'
labels: enchancement
assignees: ''
---

To suggest an idea or ask about a feature, a new Message Broker supporting or something else, please follow this template:

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Feature code example**
Please, too show others how you image the feature syntax, illustrate it by the **Propan** code example

```python
from propan import PropanApp
...
```

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ Please delete options that are not relevant.
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] I added a code examples to illustrate the changes

0 comments on commit 7190576

Please sign in to comment.