-
User expired authoredUser expired authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
After you've reviewed these contribution guidelines, you'll be all set to
contribute to this project.
CONTRIBUTING.md 969 B
Contribution Guide
This document describes some points about the contribution process.
Request an account
For creating issues and/or forking the project you will need a gitlab user-account at git.uibk.ac.at. Write an e-mail to nikolaus.krismer@uibk.ac.at in order to request such an account.
Issues / Features
- Check open issues for what you want.
- If there is an open issue, comment on it, otherwise open an issue describing your bug or feature with use cases.
- Discussion happens on the issue about how to solve your problem.
- After the discussion took place you can create a Pull Request (see below) or wait for a developer to do so.
Pull requests
We love pull requests. Here's a quick guide:
- Fork the project you want to contribute to
- Create a new feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request
Please make sure you add at lest one test for your change and that all tests are passed.