Skip to content

Commit 923b359

Browse files
committed
Add option for a blank issue just in case
1 parent 080ce81 commit 923b359

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: true

.github/pull_request_template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ How to embed:
2727
- [ ] Code has been tested and does not produce errors
2828
- [ ] Code is readable and formatted
2929
- [ ] There isn't any unnecessary commented-out code
30-
- [ ] If you have made any UI changes, include a screenshot of them.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git# Logs
1+
# Logs
22
logs
33
*.log
44
npm-debug.log*

0 commit comments

Comments
 (0)