chore: Tweak wording of issue template (#5186)
This commit is contained in:
parent
25172f1444
commit
0c3b9b29d7
4
.github/ISSUE_TEMPLATE/config.yml
vendored
4
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Help / Questions
|
||||
- name: Help and questions
|
||||
url: https://github.com/ietf-tools/datatracker/discussions/categories/help-questions
|
||||
about: Need help? Have a question on setting up the project or its usage?
|
||||
- name: Discuss New Ideas
|
||||
- name: Discuss new ideas
|
||||
url: https://github.com/ietf-tools/datatracker/discussions/categories/ideas
|
||||
about: Submit ideas for new features or improvements to be discussed.
|
||||
|
|
8
.github/ISSUE_TEMPLATE/new-feature.yml
vendored
8
.github/ISSUE_TEMPLATE/new-feature.yml
vendored
|
@ -1,16 +1,16 @@
|
|||
name: New Feature / Enhancement
|
||||
description: Propose a new idea to be implemented
|
||||
name: Suggest new feature or enhancement
|
||||
description: Propose a new idea to be implemented.
|
||||
labels: ["enhancement"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to propose a new feature / enhancement idea.
|
||||
Thanks for taking the time to propose a new feature or enhancement idea.
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: Include as much info as possible, including mockups / screenshots if available.
|
||||
description: Include as much info as possible, including mockups or screenshots if available.
|
||||
placeholder: Description
|
||||
validations:
|
||||
required: true
|
||||
|
|
8
.github/ISSUE_TEMPLATE/report-a-bug.yml
vendored
8
.github/ISSUE_TEMPLATE/report-a-bug.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
name: Report a Bug
|
||||
description: Something in the datatracker's behavior isn't right? File a bug report. Don't use this to report RFC errata or issues with the content of Internet-Drafts.
|
||||
name: Report a Datatracker bug
|
||||
description: Something in the datatracker's behavior isn't right? File a bug report. Don't use this to report RFC errata (that is done at https://www.rfc-editor.org/errata.php#reportnew) or issues with the content of Internet-Drafts.
|
||||
labels: ["bug"]
|
||||
body:
|
||||
- type: markdown
|
||||
|
@ -10,7 +10,7 @@ body:
|
|||
id: description
|
||||
attributes:
|
||||
label: Describe the issue
|
||||
description: Include as much info as possible, including the current behavior, expected behavior, screenshots, etc. If this is a display / UX issue, make sure to list the browser(s) you're experiencing the issue on.
|
||||
description: Include as much info as possible, including the current behavior, expected behavior, screenshots, etc. If this is a display or user interface issue, make sure to list the browser(s) you're experiencing the issue on.
|
||||
placeholder: Description
|
||||
validations:
|
||||
required: true
|
||||
|
@ -29,4 +29,4 @@ body:
|
|||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please do not report issues with the content of Internet-Drafts or RFCs using this repository. Send email to the relevant group instead. Some Internet-Drafts have their own github repositories where issues can be reported. See the datatracker's page for the I-D for links and email addresses.
|
||||
**Please do not report issues with the content of Internet-Drafts or RFCs using this repository. Send email to the relevant group instead. Some Internet-Drafts have their own github repositories where issues can be reported. See the datatracker's page for the I-D for links and email addresses. Errata for published RFCs are submitted at https://www.rfc-editor.org/errata.php#reportnew**
|
||||
|
|
Loading…
Reference in a new issue