Skip to content

Commit

Permalink
contributing: update repository links (rednex -> gbdev org) (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 authored Oct 25, 2023
1 parent 944c5f0 commit a15f1a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Bug reports are essential to improve RGBDS and they are always welcome. If you
want to report a bug:

1. Make sure that there isn't a similar issue already reported
`here <https://github.com/rednex/rgbds/issues>`__.
`here <https://github.com/gbdev/rgbds/issues>`__.

2. Figure out a way of reproducing it reliably.

3. If there is a piece of code that triggers the bug, try to reduce it to the
smallest file you can.

4. Create a new `issue <https://github.com/rednex/rgbds/issues>`__.
4. Create a new `issue <https://github.com/gbdev/rgbds/issues>`__.

Of course, it may not always be possible to give an accurate bug report, but it
always helps to fix it.
Expand All @@ -30,7 +30,7 @@ Requesting new features
If you come up with a good idea that could be implemented, you can propose it to
be done.

1. Create a new `issue <https://github.com/rednex/rgbds/issues>`__.
1. Create a new `issue <https://github.com/gbdev/rgbds/issues>`__.

2. Try to be as accurate as possible. Describe what you need and why you need
it, maybe with examples.
Expand All @@ -49,7 +49,7 @@ if your change is going to be small (and likely to be accepted as-is) or big
(and will have to go through some rework).

Big changes will most likely require some discussion, so open an
`issue <https://github.com/rednex/rgbds/issues>`__ and explain what you want to
`issue <https://github.com/gbdev/rgbds/issues>`__ and explain what you want to
do and how you intend to do it. If you already have a prototype, it's always a
good idea to show it. Tests help, too.

Expand Down

0 comments on commit a15f1a5

Please sign in to comment.