Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.1 KB

CONTRIBUTING.md

File metadata and controls

47 lines (28 loc) · 1.1 KB

Contribution guidelines

👍🎉 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

How Can I Contribute?

  • Reporting Bugs
  • Proposing new features
  • Suggesting Enhancements
  • Adding Documentaion
  • Code Contribution
  • Reviewing Pull Requests

Developing go-regex-utility

  1. Prepare project
git clone https://github.com/patil-ashutosh/go-regex-utility.git
cd go-regex-utility
  1. Make sure that all the existing tests are passed, following golinter
```
make test

make golinter
```
  1. Project uses - go modules for dependency management.

  2. Submit pull request

  3. Make sure all the checks are passing

  4. Wait for maintainers to review the code

  5. Thanks for you contribution 😄

Make sure to star the Repo(⭐)