Skip to content

Commit 0a43b50

Browse files
authored
Merge pull request #3620 from deniseyu/fix-template
Convert templates to new format - will work automagically on Feb 19
2 parents c6fc0a1 + 68cf76e commit 0a43b50

2 files changed

Lines changed: 34 additions & 76 deletions

File tree

.github/ISSUE_TEMPLATE/improve-existing-docs.yaml

Lines changed: 18 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,60 +2,38 @@
22
name: Improve existing docs
33
about: Make a suggestion to improve our existing documentation.
44
labels: content
5-
inputs:
6-
- type: description
5+
body:
6+
- type: markdown
77
attributes:
88
value: |
99
HUBBERS BEWARE! THE GITHUB/DOCS REPO IS PUBLIC TO THE ENTIRE INTERNET. OPEN AN ISSUE IN GITHUB/DOCS-CONTENT INSTEAD.
1010
1111
For questions, ask in Discussions: https://github.com/github/docs/discussions
1212
- type: checkboxes
13-
label: Code of Conduct
1413
attributes:
15-
label: 'I agree to follow the Code of Conduct: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md'
16-
required: true
17-
multi-select: false
18-
free-text: false
19-
choices:
20-
- label: I agree
21-
- type: dropdown
22-
label: Contributing
23-
attributes:
24-
choices:
25-
- description: 'I have read the Contributing guide: https://github.com/github/docs/blob/main/CONTRIBUTING.md'
26-
required: true
27-
multi-select: false
28-
free-text: false
29-
choices:
30-
- description: I agree
31-
value: I agree
32-
- type: dropdown
33-
label: Similar issue
34-
attributes:
35-
choices:
36-
- description: 'There is not a similar issue that has been already opened: https://github.com/github/docs/issues'
37-
required: true
38-
multi-select: false
39-
free-text: false
40-
choices:
41-
- description: No similar issues
42-
value: No similar issues
14+
label: Contributing Guidelines
15+
options:
16+
- label: 'I agree to follow the [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md)'
17+
required: true
18+
- label: 'I have read the [Contributing Guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md)'
19+
required: true
20+
- label: 'There is not a similar issue that has been [already opened](https://github.com/github/docs/issues)'
21+
required: true
4322
- type: textarea
4423
attributes:
45-
label: which article
46-
description: What article on docs.github.com is affected?
47-
required: true
24+
label: Which article?
25+
description: What article on [docs.github.com](https://docs.github.com) is affected?
4826
placeholder: Add a link to the article you'd like to see updated
49-
value:
27+
validations:
28+
required: true
5029
- type: textarea
5130
attributes:
52-
label: desired updates
31+
label: Desired Updates
5332
description: What part(s) of the article would you like to see updated?
54-
required: true
5533
placeholder: Give as much detail as you can to help us understand the change you want to see. Why should the docs be changed? What use cases does it support? What is the expected outcome?
34+
validations:
35+
required: true
5636
- type: textarea
5737
attributes:
58-
label: additional info
59-
description: Additional information
60-
required: false
38+
label: Additional Information
6139
placeholder: Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/improve-the-site.yaml

Lines changed: 16 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2,53 +2,33 @@
22
name: Suggest ideas and updates for the Docs website
33
about: Make a suggestions or report a problem on the docs.github.com website.
44
labels: engineering
5-
inputs:
6-
- type: description
5+
body:
6+
- type: markdown
77
attributes:
88
value: |
99
HUBBERS BEWARE! Please confirm you're on the github/docs-internal repo and not the github/docs repo before proceeding, unless you want to make your work public to the entire internet. The github/docs repo is open source and public to the entire internet.
1010
1111
For questions, ask in Discussions: https://github.com/github/docs/discussions
1212
- type: checkboxes
13-
label: Code of Conduct
1413
attributes:
15-
label: 'I agree to follow the Code of Conduct: https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md'
16-
required: true
17-
multi-select: false
18-
free-text: false
19-
choices:
20-
- label: I agree
21-
- type: dropdown
22-
label: Contributing
23-
attributes:
24-
choices:
25-
- description: 'I have read the Contributing guide: https://github.com/github/docs/blob/main/CONTRIBUTING.md'
26-
required: true
27-
multi-select: false
28-
free-text: false
29-
choices:
30-
- description: I agree
31-
value: I agree
32-
- type: dropdown
33-
label: Similar issue
34-
attributes:
35-
choices:
36-
- description: 'There is not a similar issue that has been already opened: https://github.com/github/docs/issues'
37-
required: true
38-
multi-select: false
39-
free-text: false
40-
choices:
41-
- description: No similar issues
42-
value: No similar issues
14+
label: Contributing Guidelines
15+
options:
16+
- label: 'I agree to follow the [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md)'
17+
required: true
18+
- label: 'I have read the [Contributing Guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md)'
19+
required: true
20+
- label: 'There is not a similar issue that has been [already opened](https://github.com/github/docs/issues)'
21+
required: true
4322
- type: textarea
4423
attributes:
45-
label: suggestion
24+
label: Suggestion
4625
description: What changes are you suggesting?
47-
required: true
4826
placeholder: Explain, in writing, with as much detail as possible, what changes you're suggesting and why. Provide supporting information using screenshots and URLs where possible, to help us understand your suggested changes.
27+
validations:
28+
required: true
4929
- type: textarea
5030
attributes:
51-
label: additional info
52-
description: Additional information
53-
required: false
31+
label: Additional Information
5432
placeholder: Any additional information, configuration, or data that might be necessary to reproduce the issue.
33+
validations:
34+
required: true

0 commit comments

Comments
 (0)