Skip to content
Huy Anh Nguyen edited this page Dec 28, 2018 · 8 revisions

Welcome to the code4fun wiki!

  1. If this is your first time here, you can checkout the SET UP wiki for setting up your workspace to work on the project.
  2. You can check out the Push, Pull, Branch and Pull Request wiki if you want to know how to contribute to the project.
  3. Note:
  • Each issue is linked to the Trello board of this project. If you are a Code4Fun member, join the board to get your assigned tasks.
  • Every branch should follow the naming convention: [IssueNo]Feature/Bugfix. For example: [#13]Bugfix.
  • Every pull request must follow the following structure (the list dot is just a dash "-"):

[IssueNo] Feature/Bugfix:

  • Change1

  • Change2

  • Note: Issue Number can be gotten from the issue page here. 'Feature' is used when a new feature is added (the issue is adding new feature) in the Pull Request, and 'Bugfix' is used when the Pull Request is a bugfix (when the issue is a bug, or when the feature of the issue caused a bug).

An example pull request:

[#12] Feature:

  • Added new page test.html
  • Added the button to the nav bar
  • Some other things here

Clone this wiki locally