Skip to content

Commit dfa9d46

Browse files
authored
Updated Contribute.md
1 parent e2a7aca commit dfa9d46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Contribute.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Contributing to the Repository
22

3-
We welcome contributions to the repository! Of course, your contributions will be credited. If you’d like to add solutions in a language of your choice, or amend an existing solution in any language, here’s how you can contribute.
3+
We’re excited to have you contribute to this repository, and your efforts will be fully credited! Whether you want to add solutions in a new programming language or improve existing ones, here’s how you can get started:
44

55
1. Let me know what you plan to contribute! The best way to do this is by joining our discord server (see page 2 of the book). Communication is important to prevent you labouring on a set of quesitons that someone's already working on.
66

77
2. Once you've been approved, **fork the repository** to start working on your own solutions locally.
88

99
3. Take a close look at how the Python solutions are organized. Your contributions should align with this structure (e.g., folder organization, file naming).
1010

11-
4. Always **create a new branch** for your additions or changes. We recommend creating separate branches for each chapter or feature you’re contributing. Example: `git checkout -b java-solutions-linked-lists`.
11+
4. Always **create a new branch** for your additions or changes. We recommend creating separate branches for each chapter you’re contributing. Example: `git checkout -b java-solutions-linked-lists`.
1212

1313
5. Stay true to existing code comments and structure. Feel free to add additional comments for clarity, especially if any language-specific nuances are included.
1414

@@ -19,4 +19,4 @@ We welcome contributions to the repository! Of course, your contributions will b
1919
## Questions or Issues?
2020
If you encounter any issues or have questions about contributing, feel free to reach out via the discord, or email us at [email protected].
2121

22-
We greatly appreciate you helping us build this repository and making it accessible to more people. Thank you for contributing!
22+
We greatly appreciate you helping us build this repository and making it accessible to more people. Thank you for contributing!

0 commit comments

Comments
 (0)