You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/new-tool.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,19 +13,21 @@ assignees: ''
13
13
14
14
## Checklist
15
15
16
-
New tools should be written on branches off `dev`. A pull request to the `dev` branch can then be submitted and a reviewer will review the code and accept the merge.
16
+
New tools should be written on branches off `main`. A pull request to the `main` branch can then be submitted and a reviewer will review the code and accept the merge.
17
17
18
-
-[ ] Write tests
18
+
-[ ] Write **tests** for Github Actions (automatic testing)
0 commit comments