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/bug_report.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,13 @@ assignees: ''
8
8
---
9
9
10
10
-[ ] I have checked that this issue has not already been reported.
11
-
-[ ] I have confirmed this bug exists on the master branch of openproblems.
11
+
-[ ] I have confirmed this bug exists on the `main` branch of openproblems.
12
12
13
13
---
14
14
15
-
**Note**: Please read [this guide](https://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports) detailing how to provide the necessary information for us to reproduce your bug.
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,18 @@
13
13
### Testing
14
14
15
15
*[ ] This submission was written on a forked copy of SingleCellOpenProblems
16
-
*[ ] GitHub Actions "Run Benchmark" tests are passing on this base branch of this pull request (include link to passed test: )
17
-
*[ ] If this pull request is not ready for review (including passing the "Run Benchmark" tests), I will open this PR as a draft (click on the down arrow next to the "Create Pull Request" button)
16
+
*[ ] GitHub Actions "Run Benchmark" tests are passing on this base branch of this pull
17
+
request (include link to passed test: )
18
+
*[ ] If this pull request is not ready for review (including passing the "Run
19
+
Benchmark" tests), I will open this PR as a draft (click on the down arrow next to the
20
+
"Create Pull Request" button)
18
21
19
22
### Submission guidelines
20
23
21
-
*[ ] This submission follows the guidelines in our [Contributing](../blob/master/CONTRIBUTING.md) document
22
-
*[ ] I have checked to ensure there aren't other open [Pull Requests](../pulls) for the same update/change
24
+
*[ ] This submission follows the guidelines in our
0 commit comments