Skip to content

Commit 4e8c101

Browse files
authored
Update CONTRIBUTING.md
1 parent 0bc7929 commit 4e8c101

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Hello there! Thank you for taking interest in Inkwell!
2020
* I have updated documentation and doc tests to any modified functions or types as applicable
2121
* I have added tests to cover my changes
2222
* All new and existing tests passed
23-
* I am basing my changes off master, instead of one of the llvm version branches
23+
* I am basing my changes off master, instead of one of the llvm version branches (they're deprecated and no longer necessary)
2424

2525
### Desired
2626

27-
* I have ran clippy and updated portions of code pertaining to my changes
27+
* I have ran `cargo clippy` and updated portions of code pertaining to my changes
2828
* I will keep my code reasonably up to date via rebasing over merging whenever possible (This helps avoid unnecessary merge commits)
2929

3030
## Got Questions?

0 commit comments

Comments
 (0)