-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
[FEAT] add Issue template #919
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: New content suggestion | ||
about: "Use this template to suggest new larger areas of work that you think the MDN writers should work on" | ||
labels: "Opportunity assessment" | ||
assignees: chrisdavidmills | ||
title: "Content suggestion: <TITLE OF SUGGESTION>" | ||
--- | ||
|
||
## What is the new suggestion? | ||
<!-- include a short description of the content work suggestion --> | ||
|
||
## Why is it important or useful? | ||
<!-- Tell us why the idea is important or useful. Include any information you | ||
can think of that would be useful, for example: | ||
|
||
How many pages are likely to be needed? | ||
How much time do you think this work should take? A few hours? A week? A month? | ||
Will the work enable learners or professionals to achieve their goals better? | ||
Does it address critical needs in the web industry? | ||
Is the work an operational necessity, i.e. is not having it a security risk? | ||
Does the content help make the web more ethical? | ||
--> | ||
|
||
## Other supporting information | ||
|
||
<!-- include any other useful supporting information, such as spec URL, | ||
explainer URL, link to further supporting information --> |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we make it
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I thought it was a word meaning content, but it was a repository name! But you merged, I guess I was right.