Skip to content

Commit 916166f

Browse files
Update formatting
1 parent dea6c58 commit 916166f

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

sphinx/processes/github_guidelines.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -274,16 +274,15 @@ If you suspect you have discovered an issue in Specify, make sure to:
274274

275275
* **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
276276

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
287286

288287
## **Feature Request Guidelines**
289288

0 commit comments

Comments
 (0)