diff options
author | hochan Lee <hochan049@gmail.com> | 2021-07-08 21:10:28 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 08:10:28 -0400 |
commit | 339e0c3197fb32bd4419b7c7e18c499a6c1506c8 (patch) | |
tree | 7728bb21412fff5f1228ca8a5c365d6983c8cffe /.github/ISSUE_TEMPLATE/content-bug.md | |
parent | 9c5f2c77a091c03b55ed4ccc7a0ea17e6dea1947 (diff) | |
download | translated-content-339e0c3197fb32bd4419b7c7e18c499a6c1506c8.tar.gz translated-content-339e0c3197fb32bd4419b7c7e18c499a6c1506c8.tar.bz2 translated-content-339e0c3197fb32bd4419b7c7e18c499a6c1506c8.zip |
[FEAT] add Issue template (#919)
* [FEAT] add content-bug, issue template
* [FEAT] add new-content-suggestion, issue template
Diffstat (limited to '.github/ISSUE_TEMPLATE/content-bug.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/content-bug.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/content-bug.md b/.github/ISSUE_TEMPLATE/content-bug.md new file mode 100644 index 0000000000..bc0f4579ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/content-bug.md @@ -0,0 +1,33 @@ +--- +name: Content bug +about: "Use this template to notify us of a content bug that needs fixing" +labels: "needs-triage" +assignees: +title: "Content bug: <TITLE OF PROBLEM>" +--- + +## What page(s) did you find the problem on? + +<!-- include the URL or URLs where you found the problem. If it is a widespread +problem over many pages, just give us a couple of example URLs rather than the +whole lot --> + +## Specific page section or heading? + +<!-- include the specific heading underneath which the problem can be found, if +relevant, to help us locate the problem more easily --> + +## What is the problem? + +<!-- include a description of the problem — is some text misspelt, or +inaccurate? Does an example not work? Is the document missing some information? +Is something just weird? --> + +## What did you expect to see? + +<!-- If you have an idea of what the solution to your problem is, please +provide details here. If you don't know, then that's OK --> + +## Did you test this? If so, how? + +<!-- Please provide any steps you took to test the problem, if appropriate --> |