You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+11-5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
+
# Contribution Guide {#contributing-unreal}
2
+
1
3
Thanks for contributing to Cesium for Unreal!
2
4
5
+
<!--!
6
+
[TOC]
7
+
-->
8
+
3
9
Here are the guidelines that we use for all contributions to this project:
4
10
5
11
-[Submitting an issue](#submitting-an-issue),
@@ -8,7 +14,7 @@ Here are the guidelines that we use for all contributions to this project:
8
14
9
15
To ensure an inclusive community, contributors and users in the Cesium community should follow the [code of conduct](./CODE_OF_CONDUCT.md).
10
16
11
-
# Submitting an Issue
17
+
# Submitting an Issue {#submitting-an-issue}
12
18
13
19
If you have a question, do not submit an issue; instead, search the [Cesium community forum](https://community.cesium.com/). The forum is very active and there are years of informative archives for the Cesium platform, often with answers from the core Cesium team. If you do not find an answer to your question, start a new thread and you'll likely get a quick response.
14
20
@@ -27,7 +33,7 @@ If a related issue does not exist, submit a new one. Please be concise and inclu
27
33
- A link to the thread if this was discussed on the [Cesium community forum](https://community.cesium.com/) or elsewhere.
28
34
- Ideas for how to fix or workaround the issue. Also mention if you are willing to help fix it. If so, the Cesium team can often provide guidance and the issue may get fixed more quickly with your help.
29
35
30
-
# Getting Started Contributing
36
+
# Getting Started Contributing {#getting-started-contributing}
31
37
32
38
Everyone is welcome to contribute to Cesium for Unreal!
33
39
@@ -48,7 +54,7 @@ See the [build guide](https://github.com/CesiumGS/cesium-unreal#computer-develop
48
54
49
55
Always feel free to introduce yourself on the [Cesium community forum](https://community.cesium.com/) to brainstorm ideas and ask for guidance.
50
56
51
-
# Opening a Pull Request
57
+
# Opening a Pull Request {#opening-a-pull-request}
52
58
53
59
We love pull requests. We strive to promptly review them, provide feedback, and merge. Interest in Cesium is at an all-time high so the core team is busy. Following the tips in this guide will help your pull request get merged quickly.
54
60
@@ -63,7 +69,7 @@ Before we can review a pull request, we require a signed Contributor License Agr
63
69
64
70
This only needs to be completed once, and enables contributions to all of the projects under the [CesiumGS](https://github.com/CesiumGS) organization, including Cesium for Unreal. The CLA ensures you retain copyright to your contributions, and provides us the right to use, modify, and redistribute your contributions using the [Apache 2.0 License](LICENSE). If you have already signed a CLA for CesiumJS or other contributions to Cesium, you will not need to sign it again.
65
71
66
-
If you have any questions, feel free to reach out to [[email protected]](mailto:hello@cesium)!
72
+
If you have any questions, feel free to reach out to [email protected]!
67
73
68
74
## Pull Request Guidelines
69
75
@@ -76,7 +82,7 @@ Our code is our lifeblood so maintaining Cesium's high code quality is important
76
82
- If your pull request needs additional work, include a [task list](https://github.com/blog/1375%0A-task-lists-in-gfm-issues-pulls-comments).
77
83
- Once you are done making new commits to address feedback, add a comment to the pull request such as `"this is ready"` since GitHub doesn't notify us about commits.
78
84
- Follow the [Coding Guide](https://github.com/CesiumGS/cesium-native/blob/main/doc/style-guide.md).
79
-
- Verify your is formatted, as described in the Coding Guide.
85
+
- Verify your is formatted, as described in the Coding Guide.
0 commit comments