diff options
-rw-r--r-- | README | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -332,18 +332,15 @@ When sending patches to mailing list, please use something like: | |||
332 | 332 | ||
333 | git send-email --to yocto@yoctoproject.org <generated patch> | 333 | git send-email --to yocto@yoctoproject.org <generated patch> |
334 | 334 | ||
335 | 7.B. Redmine | 335 | 7.B. Github issues |
336 | ============ | 336 | ================== |
337 | In order to manage and trace the meta-raspberrypi issues, we use redmine: | 337 | In order to manage and trace the meta-raspberrypi issues, we use github issues: |
338 | http://redmine.gherzan.ro/projects/meta-raspberrypi | 338 | https://github.com/agherzan/meta-raspberrypi/issues |
339 | |||
340 | Here we report, trace and develop bugs, features or support tickets for this | ||
341 | yocto BSP later. | ||
342 | 339 | ||
343 | If you push patches which have a redmine issue associated, please provide the | 340 | If you push patches which have a github issue associated, please provide the |
344 | issue number in the commit log just before "Signed-off-by" line(s). Example line | 341 | issue number in the commit log just before "Signed-off-by" line(s). Example line |
345 | for a bug: | 342 | for a bug: |
346 | [Bug #13] | 343 | [Issue #13] |
347 | 344 | ||
348 | 345 | ||
349 | 8. Maintainers | 346 | 8. Maintainers |