Skip to content
Sidhin S Thomas edited this page Aug 27, 2017 · 7 revisions

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

  1. 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.
  2. Discuss the issue.

  3. Once the "proceed" is provided, assign the issue to yourself and create a branch ( or more as needed )

  4. Check out and code on that branch.

  5. 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.
  6. Proceed to either create an issue or take up an existing one.

Clone this wiki locally