Currently this project is being developed by semester 6 software students of the FHICT. Because this project is larger than most and should end up in production, it is important that everything is well documented. Even though the project will be managed by PT groups, every bit of help is appreciated and everyone who is willing to help out is welcome.
- English
Example
var completeButton = new CompleteButton();
Individual commits are automatically squashed on pull requests.
Waits for merge requirements to be met and then merges automatically.
Merged pull requests will automatically delete head branches (are able to be restored).
Choose an existing issue or create a new issue in one of the Fontys Internal Post repositories.
Fork the repository.
Create a new branch with a descriptive name.
Commit your changes to the new branch.
Create a pull request to the main repository and link the issue.
Congratulations! You've submitted your changes. Wait for review and watch your code being merged to production! 🎉 🎉 🎉
The project is being developed with an Agile proces. We work in sprints of three weeks in which we deliver User Stories. These are decided in accordance with the Product Owner. The User Stories itself are written from the perspective of the user and mostly contain functionality in a vertical line from front- to backend. To manage this proces we use Azure Boards
Contact us to become a main member of the project.
Each branch should be related to a user story of our sprint board. The branch should be named according to the following format:
#{backlog-item-nr}-{short-title}
Branch name: #53-finish-button
- Commits must have describing titles.