Skip to content

Commit

Permalink
issue template config
Browse files Browse the repository at this point in the history
  • Loading branch information
Lancetnik committed Jun 3, 2023
1 parent c67c8bc commit 1b8a757
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 41 deletions.
12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/ask-a-question.md

This file was deleted.

3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,15 @@ assignees: ''
A clear and concise description of what the bug is.

**To Reproduce**
Add source code
Add source code

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

And steps to reproduce the behavior:

1. ...

**Expected behavior**
Expand Down
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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
27 changes: 0 additions & 27 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ wtf
coverage.json
site
Dockerfile
t
t
asyncapi.yaml

0 comments on commit 1b8a757

Please sign in to comment.