This repository focuses on helping X-Teamers and community members to thrive through coding challenges offering solutions in as many languages you can think of.
-
You need to fork this repo
-
Then you need to clone the repository locally:
- Using Https:
git clone https://github.com/{your-github-username}/community-coding-challenges.git
- Using SSH:
git clone [email protected]:{your-github-username}/community-coding-challenges.git
- Then you choose the challenge you want to expand and create a new branch using the convention:
{platform}-{challengename}/{language}
Example:
git checkout -b leetcode-twosum/go
- Commit your changes using Conventional Commits
- Create a Pull Request and wait for reviews. If you need help, refer to github documentation on creating new pull requests.
We thank everybody that help this project reach better places of our community:
Arthur |
Diego |
Breno |
Felipe |
This project compliances can be found under the LICENSE for any further details.