Skip to content

Commit 1e4a80f

Browse files
authored
Merge pull request github#20923 from github/repo-sync
repo sync
2 parents 0f14b37 + 8a9451d commit 1e4a80f

4 files changed

+84
-66
lines changed

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
name: Improve existing content
2-
description: Make a suggestion to improve the content in an existing article
1+
name: Improve existing content.
2+
description: Make a suggestion to improve the content in an existing article.
33
labels:
44
- content
55
body:
66
- type: markdown
77
attributes:
88
value: |
9-
**HUBBERS:** This is the github/docs open source repo. You may want to open an issue in the internal-only github/docs-content repo instead.
9+
**HUBBERS!!** This is the github/docs open source repo. You may want to open an issue in the internal-only github/docs-content repo instead.
1010
11-
* For questions, ask in [Discussions](https://github.com/github/docs/discussions)
12-
* Before you file an issue read the [Contributing guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md)
13-
* Check to make sure someone hasn't already opened a similar [issue](https://github.com/github/docs/issues)
11+
* For questions, ask in [Discussions](https://github.com/github/docs/discussions).
12+
* Before you file an issue read the [Contributing guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md).
13+
* Check to make sure someone hasn't already opened a similar [issue](https://github.com/github/docs/issues).
1414
1515
- type: checkboxes
1616
id: terms
1717
attributes:
1818
label: Code of Conduct
19-
description: This project has a [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) that all participants are expected to understand and follow.
19+
description: This project has a Code of Conduct that all participants are expected to understand and follow.
2020
options:
21-
- label: I have read and agree to the GitHub Docs project's Code of Conduct.
21+
- label: I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md)
2222
required: true
2323

2424
- type: textarea

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

+9-10
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
**HUBBERS!! THIS IS GITHUB/DOCS OPEN SOURCE REPO. OPEN AN ISSUE IN GITHUB/DOCS-CONTENT INSTEAD.**
9+
**HUBBERS!!** This is the github/docs open source repo. You may want to open an issue in the internal-only github/docs-content repo instead.
1010
11-
* For questions, ask in [Discussions](https://github.com/github/docs/discussions)
12-
* Before you file an issue read the [Contributing guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md)
13-
* Check to make sure someone hasn't already opened a similar [issue](https://github.com/github/docs/issues)
11+
* For questions, ask in [Discussions](https://github.com/github/docs/discussions).
12+
* Before you file an issue read the [Contributing guide](https://github.com/github/docs/blob/main/CONTRIBUTING.md).
13+
* Check to make sure someone hasn't already opened a similar [issue](https://github.com/github/docs/issues).
1414
1515
- type: checkboxes
16+
id: terms
1617
attributes:
1718
label: Code of Conduct
18-
description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com)
19+
description: This project has a Code of Conduct that all participants are expected to understand and follow.
1920
options:
20-
- label: I agree to follow this project's Code of Conduct
21+
- label: I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md)
2122
required: true
2223

2324
- type: textarea
2425
attributes:
2526
label: What article on docs.github.com is affected?
26-
description: |
27-
Include links to articles where you're seeing a problem, screenshots, what browser you're using, etc.
27+
description: Include links to articles where you're seeing a problem, screenshots, what browser you're using, etc.
2828
validations:
2929
required: true
3030

@@ -41,7 +41,6 @@ body:
4141
- type: textarea
4242
attributes:
4343
label: Additional information
44-
description: |
45-
Any additional information, configuration, or data that might be necessary to reproduce the issue.
44+
description: Any additional information, configuration, or data that might be necessary to reproduce the issue.
4645
validations:
4746
required: false

.github/ISSUE_TEMPLATE/partner-contributed-documentation.md

-48
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
name: Partner-owned product documentation.
2+
description: Initiate a set of tasks to be completed by a GitHub partner wishing to document how their product works with GitHub.
3+
labels:
4+
- partner
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Thank you for your interest in contributing to the GitHub documentation.
10+
11+
This issue template is only for use by GitHub's Technology Partners who wish to contribute documentation explaining how the partner's product works with GitHub, making it straightforward for our shared customers to adopt the product into their workflow.
12+
13+
As a general guide, we estimate we have bandwidth for prioritizing and reviewing up to 3 partner contributions per quarter.
14+
15+
Please be sure to complete all items in the checklists that follow, and feel free to comment with any questions. A member of the team will be glad to support you.
16+
17+
- type: checkboxes
18+
id: terms
19+
attributes:
20+
label: Code of Conduct
21+
description: This project has a Code of Conduct that all participants are expected to understand and follow.
22+
options:
23+
- label: I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md)
24+
required: true
25+
- type: checkboxes
26+
attributes:
27+
label: Pre-requisites
28+
description: Prior to submitting documentation, please apply to join the GitHub Technology Partner Program [partner.github.com/apply](https://partner.github.com/apply?partnershipType=Technology+Partner). Please feel free to proceed once your application is approved.
29+
options:
30+
- label: My application to the GitHub Technology Partner Program is approved.
31+
required: true
32+
33+
- type: checkboxes
34+
attributes:
35+
label: Tasks
36+
description: Please be sure to complete each of the following.
37+
options:
38+
- label: MUST follow our [general contributing guidelines](CONTRIBUTING.md) for voice and markup format.
39+
required: true
40+
- label: MUST emphasize how the third-party product works with GitHub.
41+
required: true
42+
- label: MUST be written in Markdown format, using [one of the templates provided](contributing/github-partners/README.md#templates).
43+
required: true
44+
- label: MUST include the name and URL of the GitHub technology partner responsible for maintenance of the documentation being contributed. This should be added via the `contributor.name` and `contributor.URL` properties in the template's YAML frontmatter.
45+
required: true
46+
- label: MUST be proposed via a pull request to this repo following [the GitHub Flow](https://guides.github.com/introduction/flow/).
47+
required: true
48+
- label: MUST be located in the root of [the `content` folder](content). Your filename MUST match the GitHub technology partner name, and use the `.md` file extension.
49+
required: true
50+
51+
- type: checkboxes
52+
attributes:
53+
label: Pull Request
54+
description: Please be sure to complete each of the following.
55+
options:
56+
- label: MUST reference this issue, e.g. via `closes [this issue number]`.
57+
required: true
58+
- label: MUST pass the automated CI checks.
59+
required: true
60+
- label: MUST include links to supporting material demonstrating the functionality being documented (this can be a link to a public GitHub repo, _or_ a video / screencast walkthrough).
61+
required: true
62+
63+
- type: markdown
64+
attributes:
65+
value: |
66+
Once all tasks are completed, please mention `@github/docs-content` for next steps.
67+
/cc @github/partner-engineering for :eyes:.

0 commit comments

Comments
 (0)