Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug Report
about: Report an issue
title: ''
labels: type: fix, status: awaiting-triage, bug: unconfirmed
labels: 'bug: unconfirmed, status: awaiting-triage, type: fix'
assignees: ''

---
Expand All @@ -26,9 +26,9 @@ alternatively add your console logs here. -->

## Environment

<!-- This is just your OS and environment information [e.g. Ubuntu 18.04 LTS,
Node v14.14.0] -->
<!-- Your OS and environment information [e.g. Ubuntu 18.04 LTS,
Python 3.10] -->

### Additional context
## Additional context

<!-- Add any other context about the problem here. -->
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/false-positive-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: False Positive Report
about: Report a false positive from proselint
title: False positive for [CHECK]
labels: 'bug: unconfirmed, cat: false-positive, priority: high, status: awaiting-triage,
type: fix'
assignees: ''

---

## Description

<!-- A clear and concise description, including the check that flagged the input, the input, and why you believe this result to be incorrect. -->

## Expected Behavior

<!-- A clear and concise description of what you expected to happen. -->

## Environment

<!-- Your OS and environment information [e.g. Ubuntu 18.04 LTS,
Python 3.10]. -->

## Additional context

<!-- Add any other context here, including any sources you'd like to reference about the matter. -->
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
---
name: Feature Request
about: Make a suggestion on a feature or improvement for the project
title: ''
labels: type: feat, status: awaiting-triage
about: Suggest a feature or improvement
title: 'feat: [FEATURE]'
labels: 'status: awaiting-triage, type: feat'
assignees: ''

---

## This would solve...
## Problem space

<!-- A clear and concise description of the problem this feature request relates
to, if applicable. -->

## The implementation should look like...
## Implementation

<!-- A clear and concise description of how you expect this to be resolved or
implemented. -->

## I have also considered...
## Considerations

<!-- A clear and concise description of any alternative solutions or features
you have considered. -->
you have considered, if applicable. -->

## Additional context

<!-- Add any other context, screenshots or ideas about the feature request
<!-- Add any other context, screenshots, ideas, or prior art related to the feature request
here. -->
13 changes: 6 additions & 7 deletions .github/ISSUE_TEMPLATE/rule-request.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
---
name: Rule Request
about: Make a suggestion on a new rule or check for proselint
about: Suggest a new check
title: ''
labels: type: feat, cat: new-rule, status: awaiting-triage
labels: 'cat: new-rule, status: awaiting-triage, type: feat'
assignees: ''

---

## This would solve...
## Topic

<!-- A clear and concise description of the linguistic problem this resolves
and relates to. -->
<!-- A clear and concise description of the linguistic matter this resolves or relates to. -->

## And this should flag...
## Things to detect

<!-- A few examples of things this rule should detect. -->

## But it should not flag...
## Things to avoid

<!-- A few examples of things that are similar to this rule's targeted forms
but that it should not detect (i.e. potential false positives), if any. -->
Expand Down
Loading