Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.72 KB

CONTRIBUTING.md

File metadata and controls

43 lines (30 loc) · 1.72 KB

Contributing

Clusview follows the following guidelines regarding issues, PRs and commit history.

Issues

Issues are the main point of information about proposals, bugs, and any other type of discussion.

Explain the problem in detail and the proposed solution. No need to be explicit about code, outlining the high-level view of the changes is sufficient.

Issues are always labeled into three categories:

Pull Requests

Pull requests must always have develop as the target.

The information on their description should be minimal, most of it should be contained in the corresponding issue. Always start with a reference to the issue they are solving. To do so, start your PRs in this way.

Resolves #issueNumber.

If some additional clarification needs to be added that is not addressed in the corresponding issue, feel free to do so.

Creating a PR directly without referring to an issue is possible if the change is trivial, like a typo.