Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

29 lines (21 loc) · 1.22 KB

Contributing to Alice

3 ways you can contribute to the project

1. Found a serious bug

Report here with as much details as possible

2. Documentation

Suggest documentation improvement by raising an issue before raising pull request.

3. Code Contributions

Fork the project on github and develop in your own copy by cloning to it and before raising pull request, make sure to sync with latest alice's origin

git clone [email protected]:{YOUR_USERNAME}/alice.git
cd alice
git remote add upstream https://github.com/moengage/alice.git

3.1 Adding more checks

Awesome to see that you have an exciting check to implement or your work requires a different check which is not part of this repo, you can do it easily. Please read this for steps

3.2 Adding more adapters

At present its focused on Github(for code) & Slack Users(communicator, and if you use different ones then raise a request in github issue or alternatively come join our slack channel discussion and propose your idea