diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 12b4351a310c..f2f43fb91267 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -25,7 +25,7 @@ labels: 'bug, needs triage' @@ -47,11 +47,11 @@ This way we know you've done these steps first. Use https://new.docusaurus.io to create a CodeSandbox reproducible demo of the bug. -(Write your steps here:) +(Write your steps here.) 1. Step 1... -1. Step 2... -1. Step 3... +2. Step 2... +3. Step 3... ## Expected behavior @@ -70,8 +70,8 @@ Use https://new.docusaurus.io to create a CodeSandbox reproducible demo of the b Is something broken, or not behaving as you expected? Describe this section in detail, and attach screenshots if possible. Don't only say "it doesn't work"! - Please submit exhaustive and complete log messages (we also need the error strack-traces, not just the message). - Please read error messages carefully: it often tells you exactly what you are doing wrong + Please submit exhaustive and complete log messages (we also need the error stack-traces, not just the message). + Please read error messages carefully: it often tells you exactly what you are doing wrong. --> (Write what happened. Add full console log messages and screenshots, if applicable.) @@ -107,3 +107,13 @@ Use https://new.docusaurus.io to create a CodeSandbox reproducible demo of the b Thanks for helping us help you! --> + +### Self-service + + + +- [ ] I'd be willing to fix this bug myself. diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index bb1046880778..913fb7b58277 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -4,6 +4,23 @@ about: Report an issue related to documentation labels: 'documentation, needs triage' --- + + ## 📚 Documentation (A clear and concise description of what the issue is.) @@ -11,3 +28,13 @@ labels: 'documentation, needs triage' ### Have you read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/master/CONTRIBUTING.md#reporting-new-issues)? (Write your answer here.) + +### Self-service + + + +- [ ] I'd be willing to address this documentation request myself. diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index db1c9a591515..0cc1abd64be3 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -8,7 +8,7 @@ labels: 'feature, needs triage' IMPORTANT: - We expect you to submit a feature request including a real design (API / UI...), not just a basic idea - The design does not have to be perfect, we'll discuss it and fix it if needed - - For a more "casual" feature requests, consider using Canny instead: https://docusaurus.io/feature-requests + - For a more "casual" feature request, consider using Canny instead: https://docusaurus.io/feature-requests --> ## 🚀 Feature @@ -25,7 +25,7 @@ labels: 'feature, needs triage' ## Motivation -(Please outline the motivation for the proposal and why it should be implemented. Has this been requested by a lot of users on our ) +(Please outline the motivation for the proposal and why it should be implemented. Has this been requested by a lot of users?) ## API Design @@ -37,7 +37,7 @@ labels: 'feature, needs triage' --> @@ -55,3 +55,15 @@ labels: 'feature, needs triage' If you can't build it yourself for technical reasons, please explain why. We are willing to help you, and eventually providing new APIs to make it possible. --> + +### Self-service + + + +- [ ] I'd be willing to contribute this feature to Docusaurus myself. diff --git a/.github/ISSUE_TEMPLATE/proposal.md b/.github/ISSUE_TEMPLATE/proposal.md index 460f1c12df3e..ddfcc217ca18 100644 --- a/.github/ISSUE_TEMPLATE/proposal.md +++ b/.github/ISSUE_TEMPLATE/proposal.md @@ -5,8 +5,16 @@ labels: 'proposal, needs triage' --- ## 💥 Proposal @@ -16,3 +24,15 @@ labels: 'proposal, needs triage' ### Have you read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/master/CONTRIBUTING.md#reporting-new-issues)? (Write your answer here.) + +### Self-service + + + +- [ ] I'd be willing to do some initial work on this proposal myself.