.. role:: raw-html-m2r(raw) :format: html Contributing ============ Introduction ------------ First off, thank you for considering contributing to Provee! Most likely that means that you came across some limitations of other systems or you just want to play around with the coolest newest technology (like we do 😎). BUT why should I read this!??! ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Our contribution guidelines helps to communicate that you respect the time of the developers managing and developing this open source project. In return, they should reciprocate that respect in addressing your issue, assessing changes, and helping you finalize your pull requests. Which kind of contributions we are searching for. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ PROVEE is an open source project with academic background. We love to receive contributions from our community — you! Generally, all contributions are more than welcome. Ideas for non-conventional contributions can be writing tutorials or blog posts, improving the documentation, submitting bug reports and feature requests or writing code which can be incorporated into Provee itself. .. raw:: html Code of Conducts ---------------- Please find our Code of Conduct here. We that this serious! `Code of Conduct for more fun and happiness in PROVEE <./CODE_OF_CONDUCT.html>`_ Your First Contribution ----------------------- .. Unsure where to begin contributing to Atom? You can start by looking through ``beginner`` and ``help-wanted`` issues: .. code-block:: Beginner issues - issues which should only require a few lines of code, and a test or two. Help wanted issues - issues which should be a bit more involved than beginner issues. Issue lists can be sorted by total number of comments. While not perfect, number of comments is a reasonable proxy for impact a given change will have. Never contributed to open source before? No problemo ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Here are a couple of friendly tutorials: http://makeapullrequest.com/ and http://www.firsttimersonly.com/ or use this *free* series, `How to Contribute to an Open Source Project on GitHub `_. At this point, you're ready to make your changes! Feel free to ask for help; everyone is a beginner at first :smile_cat: If a maintainer asks you to ``rebase`` your PR, they're saying that a lot of code has changed, and that you need to update your branch so it's easier to merge. Getting started --------------- For something that is bigger than a one or two line fix: #. Create your own fork of the code #. Do the changes in your fork #. If you like the change and think the project could use it: * Be sure you have followed the code style for the project. .. raw:: html * Note the Provee Code of Conduct. * Send a pull request. .. raw:: html Small contributions such as fixing spelling errors, where the content is small enough to not be considered intellectual property, can be submitted by a contributor as a patch.\ :raw-html-m2r:`
` As a rule of thumb, changes are obvious fixes if they do not introduce any new functionality or creative thinking. As long as the change does not affect functionality, some likely examples include the following: * Spelling / grammar fixes * Typo correction, white space and formatting changes * Comment clean up * Bug fixes that change default return values or error codes stored in constants * Adding logging messages or debugging output * Changes to ‘metadata’ files like Gemfile, .gitignore, build scripts, etc. * Moving source files from one directory or package to another Code, commit message and labeling conventions --------------------------------------------- These sections should streamline the contributions you make to PROVEE. Preferred style for code. ^^^^^^^^^^^^^^^^^^^^^^^^^ TDB Commit message conventions. ^^^^^^^^^^^^^^^^^^^^^^^^^^^ We are using semantic versioning `semver `_ and particularly `semantic-release `_ in this project. Release Notes and Changelogs are automatically generated. It is important that you obey the `Angular Commit Message Conventions `_ Each commit message consists of a mandatory header and optionally a body and/or a footer. The header has a special format that includes a type, a scope and a subject. Here ``(): `` is the header: .. code-block:: ():