File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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.
8687You' ll create your own fork of the repository using the GitHub web UI, create a
8788branch, 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).
You can’t perform that action at this time.
0 commit comments