Skip to content

Commit 55ff08b

Browse files
committed
Update README
1 parent 0f13f56 commit 55ff08b

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

docs/contributing.md CONTRIBUTING.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1-
## Contributing your Blueprint
1+
## Contributing Guidelines
22

3-
We encourage you to contribute your own Blueprints to this repository! To make the process smooth, please follow these guidelines:
3+
We encourage you to contribute your own Blueprints to this repository!
44

5-
To add a Blueprint to this repository, submit it as a Pull Request to this repository.
5+
### Building your first Blueprint
6+
7+
See [Building your first Blueprint](./docs/how-to-build-a-blueprint/your-first-blueprint.md).
8+
9+
### Submitting your Blueprint to this repository
10+
11+
To keep the submission process smooth, please follow the following guidelines:
12+
13+
Submit your Blueprint as a Pull Request to this repository.
614

715
Your Pull Request must contain a single `blueprint.json` file under a path `blueprints/your-blueprint-name/blueprint.json`.
816

@@ -34,3 +42,7 @@ Here's an example:
3442
}
3543
}
3644
```
45+
46+
### Needing Help?
47+
48+
If you have questions or need assistance, start a new issue in this repository.

0 commit comments

Comments
 (0)