Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.04 KB

File metadata and controls

29 lines (16 loc) · 1.04 KB

CONTRIBUTION

How to contribute? We're glad you're reading this because any good open source project can always use volunteers for the project.

If you haven't already, come and find us in our Slack(EXAMPLE). We want you to work on things you're passionate about.

Here are some essential resources:

COMMON GROUND LINK

Report changes

Send a GitHub Pull Request with a clear list of what you've done (read more about pull requests). Follow the Public Code coding conventions.(below) and make sure all your commits are atomic (one function per commit).

Always write a clear log message for your commits. One-line messages are fine for small changes, but more significant changes should be should ideally look like:

$ git commit -m "A short summary of the commit

A paragraph that describes what has changed and what the impact is."

Coding conventions

This is open-source software. Think about the people reading the code and make sure it looks good to them.

We also use the Public Code standards

Thank you Conduction