Skip to content

Commit 092ada9

Browse files
committed
CONTRIBUTING.md: update PR guidelines
1 parent f6defe8 commit 092ada9

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,19 @@ please include the file, function/class, and line number(s) if that applies.
4343

4444
Pull Requests
4545
--------------
46-
If you have a change that you think would be worthwhile, start with creating an issue, and indicate
47-
whether you're willing to submit the change yourself. We'll let you know if it sounds like a good
48-
idea, whether it duplicates another issue or work already planned. If you get the green light,
49-
create your own fork of the project, make the changes, and then create a standard GitHub pull
50-
request for us to review.
46+
To contribute a change to the project, please follow these steps:
47+
48+
1. [Create a GitHub issue](https://github.com/RayTracing/raytracing.github.io/issues)
49+
50+
2. Participate in the discussion as needed. We'll ensure that the work doesn't conflict with or
51+
duplicate other work planned or in progress, and makes sense for the next release.
52+
53+
3. Create your changes in a feature branch (or fork) from the `development` branch (_not_ from
54+
master).
55+
56+
4. Follow existing code style.
57+
58+
5. When ready, create a pull request and assign it to "rt-contributors".
5159

5260
New to GitHub? We'll walk you through the process above. Just mention that you'd like a little
5361
guidance in the proposal issue.

0 commit comments

Comments
 (0)