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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,8 @@ Fix the bug or add the feature. Please make descriptive and focused git commits.
64
64
### 4. Make a Pull Request
65
65
Once you've implemented and tested the change, open a [pull request][pull-requests] on your branch.
66
66
67
+
Convention for Tessel is to open a pull request with "not ready" or "work in progress" in the title as you begin work and link to it in the issue. That lets the maintainers see the work developing– and is useful in the structure of an open source project. Then, when the pull request is ready, take "not ready" out of the title and ask for a review.
68
+
67
69
If there is someone in the community that you would specifically like to have review your code, call them out on the pull request with a comment like `review? @johnnyman727` and that person will assist shortly.
68
70
69
71
Otherwise, one of the project [Team Members](https://github.com/tessel/project/blob/master/TEAM-MEMBERS.md) will review the code and provide feedback.
0 commit comments