👍🎉 First off, thanks for taking the time to contribute! 🎉👍
Create or find an issue you would like to implement:
- review the existing issues and ensure that you are not going to create a duplicate
- create your issue and wait for comments from maintainers
- once the issue is discussed and assigned to you – feel free to implement
- Reporting Bugs
- Proposing new features
- Suggesting Enhancements
- Adding Documentaion
- Code Contribution
- Reviewing Pull Requests
- Prepare project
git clone https://github.com/patil-ashutosh/go-regex-utility.git
cd go-regex-utility
- Make sure that all the existing tests are passed, following golinter
```
make test
make golinter
```
-
Project uses - go modules for dependency management.
-
Submit pull request
-
Make sure all the checks are passing
-
Wait for maintainers to review the code
-
Thanks for you contribution 😄