Skip to content

Update issue templates #18866

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''

---


5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/improve-existing-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
name: Improve existing docs
about: Make a suggestion to improve our existing documentation.
title: ''
labels:
- content
labels: ''
assignees: ''

---

<!--
HUBBERS BEWARE! THE GITHUB/DOCS REPO IS PUBLIC TO THE ENTIRE INTERNET. OPEN AN ISSUE IN GITHUB/DOCS-CONTENT INSTEAD.
-->
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/improve-the-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name: Improve the docs.github.com site
about: Make a suggestions or report a problem on the docs.github.com website.
title: ''
labels: engineering
labels: ''
assignees: ''

---

<!--
Expand Down
7 changes: 4 additions & 3 deletions .github/ISSUE_TEMPLATE/partner-contributed-documentation.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
name: Partner-owned product documentation
about: Initiate a set of tasks to be completed by a GitHub partner wishing to document how their product works with GitHub
about: Initiate a set of tasks to be completed by a GitHub partner wishing to document
how their product works with GitHub
title: ''
labels:
- partner
labels: ''
assignees: ''

---

<!--
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/production-config-change.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
name: Change production configuration
about: Track changes to the production docs.github.com site
title: ''
labels: engineering
labels: ''
assignees: ''

---

A configuration change would be something outside of our code that we change with our production environment, such as environment variables, virtual machine tier or quantity, or service providers.
Expand Down