1414
1515* Check that the issue has not already been reported.
1616* Check that the issue has not already been fixed in the latest code
17- (a.k.a. ` master ` ).
17+ (a.k.a. ` main ` ).
1818* Be clear, concise and precise in your description of the problem.
1919* Open an issue with a descriptive title and a summary in grammatically correct,
2020 complete sentences.
@@ -27,18 +27,18 @@ You can request a new feature by submitting an issue to our
2727consider what kind of change it is:
2828
2929* ** Major Changes** that you wish to contribute to the project should be
30- discussed first with ` csharp- socketlabs` contributors in an issue or pull request so
30+ discussed first with ` socketlabs-java ` contributors in an issue or pull request so
3131 that we can develop a proper solution and better coordinate our efforts,
3232 prevent duplication of work, and help you to craft the change so that it is
3333 successfully accepted into the project.
3434* ** Small Changes** can be crafted and submitted to the
3535 [ GitHub Repository] ( https://github.com/socketlabs/socketlabs-java ) as a Pull Request.
36-
36+
3737 ## <a name =" pull " ></a > Creating a Pull Request?
38-
38+
3939- Create a personal fork of the project on Github.
4040- If you created your fork a while ago be sure to pull upstream changes into your local repository.
41- - Create a new branch to work on! Branch from ` master ` .
41+ - Create a new branch to work on! Branch from ` main ` .
4242- Implement/fix your feature, comment your code.
4343- Write or adapt tests as needed.
4444- Add or change the documentation as needed.
0 commit comments