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: .github/PULL_REQUEST_TEMPLATE.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Provide any relevant links here.
16
16
17
17
## Testing and Verification
18
18
19
-
Please describe the tests that you ran to verify your changes. Please also provide instructions, ROS packages, and Unity project files as appropriate so we can reproduce the test environment.
19
+
Please describe the tests that you ran to verify your changes. Please also provide instructions, ROS packages, and Unity project files as appropriate so we can reproduce the test environment.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Contribution Guidelines
2
2
3
-
Thank you for your interest in contributing to Unity Robotics! To facilitate your
4
-
contributions, we've outlined a brief set of guidelines to ensure that your extensions
3
+
Thank you for your interest in contributing to Unity Robotics! To facilitate your
4
+
contributions, we've outlined a brief set of guidelines to ensure that your extensions
5
5
can be easily integrated.
6
6
7
7
## Communication
@@ -40,10 +40,10 @@ We run continuous integration on all PRs; all tests must be passing before the P
40
40
41
41
All Python code should follow the [PEP 8 style guidelines](https://pep8.org/).
42
42
43
-
All C# code should follow the [Microsoft C# Coding Conventions](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions).
44
-
Additionally, the [Unity Coding package](https://docs.unity3d.com/Packages/com.unity.coding@0.1/manual/index.html)
45
-
can be used to format, encode, and lint your code according to the standard Unity
46
-
development conventions. Be aware that these Unity conventions will supersede the
43
+
All C# code should follow the [Microsoft C# Coding Conventions](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/inside-a-program/coding-conventions).
44
+
Additionally, the [Unity Coding package](https://docs.unity3d.com/Packages/com.unity.coding@0.1/manual/index.html)
45
+
can be used to format, encode, and lint your code according to the standard Unity
46
+
development conventions. Be aware that these Unity conventions will supersede the
47
47
Microsoft C# Coding Conventions where applicable.
48
48
49
49
Please note that even if the code you are changing does not adhere to these guidelines,
@@ -60,5 +60,5 @@ email us at [unity-robotics@unity3d.com](mailto:unity-robotics@unity3d.com).
60
60
61
61
## Contribution review
62
62
63
-
Once you have a change ready following the above ground rules, simply make a
63
+
Once you have a change ready following the above ground rules, simply make a
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,16 @@ Instructions and examples on how to use this ROS package can be found on the [Un
10
10
11
11
## Community and Feedback
12
12
13
-
The Unity Robotics projects are open-source and we encourage and welcome contributions.
14
-
If you wish to contribute, be sure to review our [contribution guidelines](CONTRIBUTING.md)
13
+
The Unity Robotics projects are open-source and we encourage and welcome contributions.
14
+
If you wish to contribute, be sure to review our [contribution guidelines](CONTRIBUTING.md)
15
15
and [code of conduct](CODE_OF_CONDUCT.md).
16
16
17
17
## Support
18
18
For questions or discussions about Unity Robotics package installations or how to best set up and integrate your robotics projects, please create a new thread on the [Unity Robotics forum](https://forum.unity.com/forums/robotics.623/) and make sure to include as much detail as possible.
19
19
20
20
For feature requests, bugs, or other issues, please file a [GitHub issue](https://github.com/Unity-Technologies/ROS-TCP-Endpoint/issues) using the provided templates and the Robotics team will investigate as soon as possible.
21
21
22
-
For any other questions or feedback, connect directly with the
22
+
For any other questions or feedback, connect directly with the
23
23
Robotics team at [unity-robotics@unity3d.com](mailto:unity-robotics@unity3d.com).
0 commit comments