Home - RITct/TryQuest GitHub Wiki
TryQuest is an online testing platform which can be used to host different forms of tests.
Technologies used
Contribution Guidelines
- In case a new feature is implemented make an entry about it in the wiki.
- In case any dependencies are added mention it in the wiki.
- Never Push directly to any existing branch.
- Always use issues as starting point. Either use existing or create new
Work Flow Guidelines
-
Create an issue.
Everything starts with an issue.
Before writing even a single line of code. An issue needs to be created.In that, the following details should be mentioned.
- What are you planning to do?
- Why must it be done?
- How are you planning to do? A brief idea of the implementation plan.
-
Discuss the issue.
-
Once the "proceed" is provided, assign the issue to yourself and create a branch ( or more as needed )
-
Check out and code on that branch.
-
Submit a pull request.
- Someone will review it.
- If it passes review it will be merged.
- Else, changes will be proposed, alter and it will be reviewed again.
-
Proceed to either create an issue or take up an existing one.