Skip to content

Commit b1e49e7

Browse files
authored
Merge pull request #34 from kolkhis/update-contributing-docs-with-comment-first
Update contributing docs with comment first
2 parents 15455ad + b6f5cba commit b1e49e7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/contributing.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ We also ask all contributors to observe GitHub decorum and refrain from offensiv
1111
- [Signing your Git Commits with SSH](#signing-your-git-commits-with-ssh)
1212
- [Syncing your Fork with the Upstream ProLUG Repo](#syncing-your-fork-with-the-upstream-prolug-repo)
1313
- [Basic Contribution Workflow](#basic-contribution-workflow)
14+
- [Comment First](#comment-first)
1415
- [Create a Fork](#create-a-fork)
1516
- [Clone the Fork to your Local Machine](#clone-the-fork-to-your-local-machine)
1617
- [Create a New Branch](#create-a-new-branch)
@@ -86,6 +87,16 @@ Then your fork is up to date with the original upstream repo.
8687
You'll create your own fork of the repository using the GitHub web UI, create a
8788
branch, make changes, push to your fork, then open a pull request.
8889
90+
91+
### Comment First
92+
93+
If you'd like to work on a specific worksheet or lab, please let us know first by
94+
commenting on the issue so you can be assigned to it.
95+
This way, other contributors can see that someone is already working on it.
96+
97+
We're doing this to prevent multiple people working on the same thing without knowing.
98+
99+
89100
### Create a Fork
90101
91102
- Go to the [original repository link](https://github.com/ProfessionalLinuxUsersGroup/lac).

0 commit comments

Comments
 (0)