mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
Point to GNOME for filing bugs
The canonical bug tracker for Clutter has been moved to bugzilla.gnome.org.
This commit is contained in:
parent
6a0857f17d
commit
267de48c1e
@ -93,8 +93,7 @@ Mailman web interface available at:
|
||||
|
||||
New bug page on Bugzilla:
|
||||
|
||||
http://bugzilla.clutter-project.org/enter_bug.cgi?product=clutter
|
||||
http://bugzilla.clutter-project.org/enter_bug.cgi?product=cogl
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=clutter
|
||||
|
||||
Clutter is licensed under the terms of the GNU Lesser General Public
|
||||
License, version 2.1 or (at your option) later.
|
||||
@ -262,8 +261,7 @@ BUGS
|
||||
|
||||
Bugs should be reported to the Clutter Bugzilla at:
|
||||
|
||||
http://bugzilla.clutter-project.org/enter_bug.cgi?product=clutter
|
||||
http://bugzilla.clutter-project.org/enter_bug.cgi?product=cogl
|
||||
http://bugzilla.gnome.org/enter_bug.cgi?product=clutter
|
||||
|
||||
You will need a Bugzilla account.
|
||||
|
||||
|
@ -140,7 +140,7 @@ The usual workflow for contributions should be:
|
||||
2. Create a branch (`git checkout -b my_work`)
|
||||
3. Commit your changes (`git commit -am "Added my awesome feature"`)
|
||||
4. Push to the branch (`git push origin my_work`)
|
||||
5. Create an [Issue][1] with a link to your branch
|
||||
5. Create an [Bug][1] with a link to your branch
|
||||
6. Sit back, relax and wait for feedback and eventual merge
|
||||
|
||||
Bugs
|
||||
@ -172,4 +172,4 @@ obtained using gdb are greatly appreciated.
|
||||
|
||||
|
||||
[building-clutter]: http://wiki.clutter-project.org/wiki/BuildingClutter
|
||||
[1]: http://github.com/clutter-project/clutter/issues
|
||||
[1]: http://bugzilla.gnome.org/enter_bug.cgi?product=clutter
|
||||
|
@ -49,7 +49,7 @@ AC_PREREQ([2.63])
|
||||
|
||||
AC_INIT([clutter],
|
||||
[clutter_version],
|
||||
[http://bugzilla.clutter-project.org/enter_bug.cgi?product=clutter],
|
||||
[http://bugzilla.gnome.org/enter_bug.cgi?product=clutter],
|
||||
[clutter],
|
||||
[http://www.clutter-project.org])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user