Skip to content
Baskın Burak Şenbaşlar edited this page Feb 23, 2019 · 8 revisions

Project Development Practices

Issue Tracking

  1. Open an issue for feature requests and bugs.

Contributing

  1. Checkout a new branch from develop, and name your branch as "splx-issueid". e.g. "splx-2".
  2. Make your changes in this new branch and commit everything with message format "[#issue-id] message", e.g. "[#2] added bspline eval".
  3. When everything is done, create a pull request to develop branch, assign yourself as the assignee, label it as same as the issue label.
  4. Assign a reviewer if you have someone in mind. Otherwise, leave the reviewer section empty, and wait until someone picks it up.
Clone this wiki locally