diff options
author | Satish Mishra <zicsxone@gmail.com> | 2022-07-14 18:12:04 +0530 |
---|---|---|
committer | Satish Mishra <zicsxone@gmail.com> | 2022-07-14 18:12:04 +0530 |
commit | a8736253b69ac81153f209cdbd4d5d9350b169a2 (patch) | |
tree | 3f8f24e1b0f2376df5f6daa60dab539c06ba6b59 /.github | |
parent | 5ccd10a679351c8bc4154f0dc169d6cbdc6c0e15 (diff) | |
download | numpy-a8736253b69ac81153f209cdbd4d5d9350b169a2.tar.gz |
updated required field as False
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 2d0f102ca..904fd0161 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -58,4 +58,4 @@ body: placeholder: | << your explanation here >> validations: - required: true
\ No newline at end of file + required: false
\ No newline at end of file |