Skip to content

Commit 7447e27

Browse files
committed
feat: add caution note for contribution guidelines in web apps documentation
1 parent 232356c commit 7447e27

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/content/docs/web-apps/develop.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ title: Develop
33
description: Learn how to develop in the Torus ecosystem
44
---
55

6-
import { FileTree } from "@astrojs/starlight/components";
6+
import { FileTree, Aside } from "@astrojs/starlight/components";
77

88
This area is designed to provide you with in-depth information on how to code / contribute to the repository, and understand the technologies we're using.
99

10+
<Aside type="caution">
11+
If you desire to contribute, please follow the `DISCUSSION_TEMPLATE` and
12+
`ISSUE_TEMPLATE` in the `.github` folder. and for code changes, please follow
13+
the `CONTRIBUTING.md` file.
14+
</Aside>
15+
1016
## Frameworks & Libraries
1117

1218
We use a variety of frameworks and libraries to build our web apps. Here are some of the key ones:

0 commit comments

Comments
 (0)