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. (If you didn't fork and working in the original repo, name your branch as splx-issue-id, e.g. splx-2)
  2. 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.
  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