Skip to content

Commit 2a2465b

Browse files
authored
Merge branch 'develop' into fix-1178
2 parents 43551f8 + 117405b commit 2a2465b

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- [ ] Refactor
1515
- [ ] Docs
1616
- [ ] Build-related changes
17+
- [ ] Repo settings
1718
- [ ] Other, please describe:
1819

1920
If changing the UI of default theme, please provide the **before/after** screenshot:
@@ -44,11 +45,3 @@ If adding a **new feature**, the PR's description includes:
4445
- [ ] Related tests have been updated
4546

4647
To avoid wasting your time, it's best to open a **feature request issue** first and wait for approval before working on it.
47-
48-
49-
**Other information:**
50-
51-
---
52-
53-
* [ ] DO NOT include files inside `lib` directory.
54-

Diff for: .gitignore

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
.DS_Store
33
.idea
44
node_modules
5-
themes/
6-
lib/
7-
cypress/integration/examples
8-
cypress/fixtures/docs
5+
/themes/
6+
/lib/
7+
/cypress/integration/examples
8+
/cypress/fixtures/docs
99

1010
# exceptions
11-
!.gitkeep
11+
!.gitkeep

0 commit comments

Comments
 (0)