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: sphinx/processes/github_guidelines.md
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -274,16 +274,15 @@ If you suspect you have discovered an issue in Specify, make sure to:
274
274
275
275
***Use git log locally**: Instead of GitHub’s interface, you can filter commits directly in your terminal: git log \--after="YYYY-MM-DD" \--before="YYYY-MM-DD" \--merges
276
276
277
-
**Tips 2**
278
-
279
-
* Checkout a version of specify you suspect or know does not have the bug
280
-
* You can checkout a specific tag (i.e., released version of Specify 7\) by \`git checkout tags/\<tag\_name\>\`. For example, \`git checkout tags/v7.9.6.2\`
281
-
* List of all tags: [https://github.com/specify/specify7/tags](https://github.com/specify/specify7/tags)
282
-
* Once you've identified a commit/version which doesn't include the bug, you can checkout a commit somewhere in between the known 'bad' and 'good' commits and determine if the new commit includes the bug or not; repeat this process until the commit which introduced the bug is found
283
-
* Git has a built-in for this\! It's called git-bisect: [https://git-scm.com/docs/git-bisect](https://git-scm.com/docs/git-bisect)
284
-
* With the commit SHA, open your favorite browser and navigate to [https://github.com/specify/specify7/commit/](https://github.com/specify/specify7/commit/)\<COMMIT\_SHA\>
285
-
* For example: [https://github.com/specify/specify7/commit/0fb087e](https://github.com/specify/specify7/commit/0fb087e)
286
-
* GitHub will tell you which PR introduced the commit and which tags include the commit
277
+
* Checkout a version of specify you suspect or know does not have the bug
278
+
279
+
* You can checkout a specific tag (i.e., released version of Specify 7\) by \`git checkout tags/\<tag\_name\>\`. For example, \`git checkout tags/v7.9.6.2\`
280
+
* List of all tags: [https://github.com/specify/specify7/tags](https://github.com/specify/specify7/tags)
281
+
* Once you've identified a commit/version which doesn't include the bug, you can checkout a commit somewhere in between the known 'bad' and 'good' commits and determine if the new commit includes the bug or not; repeat this process until the commit which introduced the bug is found
282
+
* Git has a built-in for this\! It's called git-bisect: [https://git-scm.com/docs/git-bisect](https://git-scm.com/docs/git-bisect)
283
+
* With the commit SHA, open your favorite browser and navigate to [https://github.com/specify/specify7/commit/](https://github.com/specify/specify7/commit/)\<COMMIT\_SHA\>
284
+
* For example: [https://github.com/specify/specify7/commit/0fb087e](https://github.com/specify/specify7/commit/0fb087e)
285
+
* GitHub will tell you which PR introduced the commit and which tags include the commit
0 commit comments