Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#11567 Add templates for new issues. #11588

Merged
merged 7 commits into from Aug 9, 2022
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
adiroiban marked this conversation as resolved.
Show resolved Hide resolved

**To Reproduce**

Steps to reproduce the behavior.
adiroiban marked this conversation as resolved.
Show resolved Hide resolved

Preferable a [Short, Self Contained, Correct (Compilable), Example](http://www.sscce.org/) on a branch or on [a gist](https://gist.github.com).

Automated tests that are demonstrating the failure would be awesome.

**Expected behavior**
A clear and concise description of what you expected to happen.
adiroiban marked this conversation as resolved.
Show resolved Hide resolved

**Testing environment**
- OS: [e.g. linux, windows, macos]
adiroiban marked this conversation as resolved.
Show resolved Hide resolved
- Twisted version [e.g. 22.2.0]
adiroiban marked this conversation as resolved.
Show resolved Hide resolved
- Reactor [e.g. select, iocp]


**Additional context**
Add any other context about the problem here.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Gitter Community Support
url: https://gitter.im/twisted/twisted
about: Request support, ask and answer questions here.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-or-typos.md
@@ -0,0 +1,14 @@
---
name: Documentation or typos
about: Issues with the docs or typos in the code
title: ''
labels: documentation
assignees: ''

---

Describe any issue with the documentation or typos in the code.

Make sure that you are reporting issues against the [latest](https://docs.twisted.org/en/latest/) version of the documentation.

Note that our changes for our website are handled in the [twisted/twisted.github.io](https://github.com/twisted/twisted.github.io) repository.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request-or-task.md
@@ -0,0 +1,20 @@
---
name: Feature request or task
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**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.

**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.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/release-blocker.md
@@ -0,0 +1,35 @@
---
name: Release blocker
about: An issue with critical priority that should be considered before the next release
title: ''
labels: ["bug", "release-blocker"]
assignees: 'adiroiban'

---

Report any issue that should block the next release.
This should follow the same process are reporting a bug, the only difference is that it will get higher priority.


**Describe the bug**
A clear and concise description of what the bug is.
adiroiban marked this conversation as resolved.
Show resolved Hide resolved

**To Reproduce**

Steps to reproduce the behavior.
adiroiban marked this conversation as resolved.
Show resolved Hide resolved

Preferable a [Short, Self Contained, Correct (Compilable), Example](http://www.sscce.org/) on a branch or on [a gist](https://gist.github.com).

Automated tests that are demonstrating the failure would be awesome.

**Expected behavior**
A clear and concise description of what you expected to happen.
adiroiban marked this conversation as resolved.
Show resolved Hide resolved

**Testing environment**
- OS: [e.g. linux, windows, macos]
adiroiban marked this conversation as resolved.
Show resolved Hide resolved
- Twisted version [e.g. 22.2.0]
adiroiban marked this conversation as resolved.
Show resolved Hide resolved
- Reactor [e.g. select, iocp]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the feedback on the regular-bug template.



**Additional context**
Add any other context about the problem here.
Empty file.