diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 4a8a6dbf..e0b71e3e 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -14,7 +14,6 @@ body: description: 'A clear and concise description of what you expected to happen instead. If you intend to submit a PR for this issue, tell us in the description. Thanks!' label: Describe the bug placeholder: I am doing ... What I expect is ... What actually happening is ... - validations: required: true @@ -28,17 +27,18 @@ body: required: true - type: textarea - id: reproduction-steps + id: reproduction_steps attributes: label: Steps to reproduce description: Please provide any reproduction steps that may need to be described. + validations: + required: true - - type: textarea - id: browser-info + - type: input + id: browser_info attributes: label: Browser Info description: Which browser did you experience the issue on? - render: shell placeholder: Chrome, Safari, Firefox, Edge validations: required: true diff --git a/.github/ISSUE_TEMPLATE/docs_suggestion.yml b/.github/ISSUE_TEMPLATE/docs_suggestion.yml index 7a8c1eb1..48fdad93 100644 --- a/.github/ISSUE_TEMPLATE/docs_suggestion.yml +++ b/.github/ISSUE_TEMPLATE/docs_suggestion.yml @@ -6,8 +6,7 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to fill out docs suggestion! However, if you think it's something you can fix yourself, please submit a PR instead. - In every doc page, you will be able to find the "Edit this page" in the right menu! + Thanks for taking the time to fill out docs suggestion! However, if you think it's something you can fix yourself, please submit a PR instead. In every doc page, you will be able to find the "Edit this page" in the right menu! - type: textarea id: description