Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit d8ad170

Browse files
authored
Add Contribution guide and Issue/PR templates (#3)
1 parent 6ba67d8 commit d8ad170

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Repository contributions
2+
3+
## Contributions policy
4+
We are currently not accepting public contributions (but we do plan to in later releases and we’ll keep you osted on this). However, we are taking issues and we do want your [feedback](../README.md#give-us-feedback).
5+
6+
## Coding standards
7+
See the [GDK for Unity C# coding standards guide](../coding-standards.md).
8+
9+
## Getting started
10+
See [About the SpatialOS Unity GDK](https://docs.improbable.io/unity/alpha/get-started) for details on how to get started using the Unity GDK.

.github/ISSUE_TEMPLATE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
We are accepting issues and we want your [feedback](../README.md#give-us-feedback).
2+
3+
-------
4+
5+
#### Description
6+
Describe your issue.
7+
8+
## Expected behaviour
9+
<!--- Tell us what should happen. -->
10+
11+
## Current behaviour
12+
<!--- Tell us what happens instead of the expected behaviour. -->
13+
14+
## Possible solution
15+
<!--- This is not obligatory but if you have a preference, please suggest a fix for the bug. -->
16+
17+
## Steps to reproduce
18+
<!--- Provide an unambiguous set of steps to reproduce this bug. Include code snippets if relevant. -->
19+
1.
20+
2.
21+
3.
22+
4.
23+
24+
## Environment
25+
<!--- What were you trying to accomplish? -->
26+
<!--- Please include your spatial diagnose output in full. -->
27+
<!--- Please detail your OS & Unity versions. -->
28+
29+
<!--- Provide a general summary of the issue in the title field above. -->

.github/pull_request_template.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
**Contributions**: We are not currently taking public contributions - see our [contributions](CONTRIBUTING.md) policy. However, we are accepting issues and we do want your [feedback](https://github.com/spatialos/gdk-for-unity#give-us-feedback).
2+
3+
-------
4+
5+
#### Description
6+
Describe your changes here.
7+
8+
#### Tests
9+
How did you test these changes prior to submitting this pull request?
10+
What automated tests are included in this PR?
11+
12+
#### Documentation
13+
How is this documented (for example: release note, upgrade guide, feature page, in-code documentation)?
14+
15+
#### Primary reviewers
16+
If your change will take a long time to review, you can name at most two primary reviewers who are ultimately responsible for reviewing this request. @ mention them.

0 commit comments

Comments
 (0)