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: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Here are a few things you can do that will increase the likelihood of your pull
31
31
32
32
- Follow the project's coding conventions.
33
33
- Write tests for new functionality.
34
-
- Update documentation (`README.md,``spec-driven.md`) if your changes affect user-facing features.
34
+
- Update documentation (`README.md`,`spec-driven.md`) if your changes affect user-facing features.
35
35
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
36
36
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
37
37
- Test your changes with the Spec-Driven Development workflow to ensure compatibility.
0 commit comments