In order to contribute to this repository, some few guidelines should be followed.
Before opening issues, please verify if there's already another issue with a similar subject. Meanwhile, your report could be fixed by another contributor, so it's also recommended to check the pull requests.
When opening a new issue, the title must be short though objective. And the content must provide the following data:
- Caché Version: What's the version you were using when the error ocurred?
- Operational System: Normally Windows, but providing the release is a plus.
- Problem Description: Detail your problem.
- Steps to Reproduce: How could we reproduce the issue?
However you may open an issue to ask or suggest something exclusively related to the development of this project without the need of fullfiling the requirements above.
- fork this project.
- Make a branch, try to avoid using
master
to prevent confusion. - Fix or add new features.
- Test, test and test again.
- All your tests passed? Then
commit
your change. - Update your fork,
git push origin <your-feature-branch>
. - Open a new pull pull request for this repo.
- Standby while your commit is evaluated by the mantainers.
- When approved, your PR will be merged to the base.
- Not approved? Uh-oh, something might be missing or breaking the current release. Check the details on your PR.
- Two spaces.
- English only, though localized documentation is more than welcome.
- New features should preferably be tested with unit tests.