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