Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 2.07 KB

CONTRIBUTING.md

File metadata and controls

40 lines (29 loc) · 2.07 KB

Contributing to OpenPCM

I am very excited you have chosen to contrbute to this project. I definitely want the help of other developers to bring about new ideals or complete the current outstanding tasks that we have.

Here are the current tools we use to manage this project. Some of these tools may change over time and links will be placed here.

  • OpenPCMSlack is our communication platform
  • Our project plan is currently hosted here on GitHub Projects
  • Report bugs in the issues section of this GitHub. A better place would be the #bugs channel on Slack
  • Development Information can be found in pages on our Wiki hosted here on GitHub

Testing

This section is currently blank but will be updated in the future.

Commiting Your Code

Please send a pull request once your feature branch is complete. Currently there is no pull request template but that will be added soon. Please follow the coding conventions below and would be nice if all your commits are atomic (one feature per commit).

Log messages are verry important to us. This is the best way to communicate the intended functionality of your code. Take pride in your commit messages even if others do not :). For very small changes, one liners are definitely okay but if your changeset is large please use the following format:

$ git commit -m "A brief summary of the commit
> 
> A paragraph describing what changed and its impact."

Coding Conventions

This section is currently blank but will be updated in the future.

Thank You

We deeply appreciate your help with this project. Hopefully this guide covers everything you need to know. You can always ask questions via OpenPCMSlack if unsure!

Thanks, Raymond King