Google Code In 2018/background: Difference between revisions
| Line 103: | Line 103: | ||
Our old bug tracker is https://bugs.sugarlabs.org, but these days, we mostly report bugs using the ''issues'' feature of GitHub. (See https://guides.github.com/features/issues/ for details on GitHub Issues.) | Our old bug tracker is https://bugs.sugarlabs.org, but these days, we mostly report bugs using the ''issues'' feature of GitHub. (See https://guides.github.com/features/issues/ for details on GitHub Issues.) | ||
=== Making a Pull Request === | |||
We detail the Pull Request process in [https://github.com/sugarlabs/sugar-docs/blob/master/src/contributing.md here] in our [https://github.com/sugarlabs/sugar-docs docs] on Git Hub. | |||
A few things to keep in mind: | |||
* Be sure that your commit and your pull request are linked to an Issue. (Linking to a GCI task is not useful as the tasks are (1) not public and (2) transient. If there is no relevant issue, please create one.) | |||
* Be sure your commit message explain the problem and how it was solved. | |||
=== Setting up a Sugarizer environment === | === Setting up a Sugarizer environment === | ||