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
+8-10
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Contributing to the Gno Blog
2
2
3
-
Thank you for considering a contribution to the Gno Blog. We appreciate all and every open-source contribution to the Gno.land project, as everything we do revolves around open-source.
4
-
Below, you will find guidelines on how to submit a blog post to the Gno Blog.
3
+
Thank you for considering a contribution to the gno.land blog. We appreciate all and every open-source contribution to the gno.land project, as everything we do revolves around open-source.
4
+
Below, you will find guidelines on how to submit a blog post to the gno.land blog.
5
5
6
-
If you are unsure about something, please don’t hesitate to reach out for help by opening an issue here, on Discord, or directly to the Gno.land DevRel team.
6
+
If you are unsure about something, please don’t hesitate to reach out for help by opening an issue here, on Discord, or directly to the gno.land DevRel team.
7
7
Likewise, if you have an idea on how to improve this guide, go for it as well.
8
8
9
9
### What we are looking for
@@ -12,23 +12,21 @@ We’re seeking contributions that will bring value to our growing community of
12
12
Below are topics of particular interest to us, but we’re open to all suggestions, so if you have an idea that’s not on the list, but you believe will make great reading, feel free to submit your story.
13
13
14
14
- Web3 news and developments and how they impact our community (e.g. legislation, industry trends, technical advances)
- Technical deep dives (e.g. language comparisons, pros and cons, examining the core stack)
17
-
- Tutorials and how-to guides
18
-
- Useful intros about basic concepts in Gno.land (e.g. package/realm distinction)
16
+
- Useful intros about basic concepts in gno.land (e.g. package/realm distinction)
19
17
- General content that helps explain reasoning or thought processes (e.g. writing the entire stack in Go vs implementing components in Rust)
20
18
- Op-ed pieces and alternative views (e.g. building effective governance, decentralizing social media, the importance of censorship-resistant tools)
21
19
22
20
### Contribution process
23
21
24
-
If you've considered the previous section and would like to contribute to the Gno Blog, here are the steps to follow:
22
+
If you've considered the previous section and would like to contribute to the gno.land blog, here are the steps to follow:
25
23
- Write a blog post you'd like to see included to the Gno Blog, while strictly following the [Style Guide](#gno-blog-style-guide).
26
24
- Submit a PR using [this template](https://github.com/gnolang/blog/pull/35), while following the structure of the folders & naming, as shown in the example blog post.
27
-
- Ping the Gno.land DevRel team, [@waymobetta](https://github.com/waymobetta) and [@leohhhn](https://github.com/leohhhn) for a review.
25
+
- Ping the gno.land DevRel team, [@leohhhn](https://github.com/leohhhn) and [@michelleellen](https://github.com/michelleellen) for a review.
28
26
29
27
After your blog post passes the review process, it will be merged into the `main` branch and shortly after deployed on-chain.
30
28
31
-
## Gno Blog Style Guide
29
+
## Gno.land Blog Style Guide
32
30
33
31
This style guide offers rules and preferences for contributing to the Gno Blog.
34
32
Below are some rules to follow when writing a blog post.
@@ -50,4 +48,4 @@ Below are some rules to follow when writing a blog post.
50
48
#### Tags
51
49
Tags, or [hashtags](https://en.wikipedia.org/wiki/Hashtag), should be lowercase and without spaces; eg, #foobar NOT #FooBar.
52
50
53
-
If you're unsure of how to style or format something, take a look at the [example blog post PR](https://github.com/gnolang/blog/pull/35) or review the other [blog posts in this repo](posts) for inspiration; as a last resort, message [@waymobetta](https://github.com/waymobetta) or [@leohhhn](https://github.com/leohhhn) for help within your PR or issue thread.
51
+
If you're unsure of how to style or format something, take a look at the [example blog post PR](https://github.com/gnolang/blog/pull/35) or review the other [blog posts in this repo](posts) for inspiration; as a last resort, message [@leohhhn](https://github.com/leohhhn) or [@michelleellen](https://github.com/michelleellen) for help within your PR or issue thread.
0 commit comments