diff options
author | 2022-12-08 09:44:55 -0800 | |
---|---|---|
committer | 2022-12-08 09:44:55 -0800 | |
commit | fd740d41e54e26702c72f39cbcc17f8e03f4495a (patch) | |
tree | bf310f8c787e857da24b53f54e19855c57d2aba8 | |
parent | 46a9b124f5488f48985f3763dfa137456ea56f2a (diff) | |
download | bun-fd740d41e54e26702c72f39cbcc17f8e03f4495a.tar.gz bun-fd740d41e54e26702c72f39cbcc17f8e03f4495a.tar.zst bun-fd740d41e54e26702c72f39cbcc17f8e03f4495a.zip |
Fix issue template for docs
-rw-r--r-- | .github/ISSUE_TEMPLATE/4-docs-problem.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/4-docs-problem.yml b/.github/ISSUE_TEMPLATE/4-docs-problem.yml index 00f2f5939..316488248 100644 --- a/.github/ISSUE_TEMPLATE/4-docs-problem.yml +++ b/.github/ISSUE_TEMPLATE/4-docs-problem.yml @@ -18,8 +18,6 @@ body: - Documentation is confusing - Example code is not working - Something else - validations: - required: true - type: textarea attributes: label: What is the issue? @@ -28,4 +26,4 @@ body: - type: textarea attributes: label: Where did you find it? - description: If possible, please provide the URL(s) where you found this issue.
\ No newline at end of file + description: If possible, please provide the URL(s) where you found this issue. |