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
Thank you for helping improve**Flare Developer Hub**!
4
-
Your contributions make our documentation, tooling, and examples better for everyone.
3
+
Thank you for contributing to**Flare Developer Hub**.
4
+
Contributions improve the documentation, tooling, and examples for the entire Flare developer community.
5
5
6
6
We welcome:
7
7
8
-
-**[GitHub Issues](https://github.com/flare-foundation/developer-hub/issues):** Report bugs, suggest features, or ask questions.
9
-
-**[Pull Requests](https://github.com/flare-foundation/developer-hub/pulls):** Submit fixes, improvements, or new content (documentation, examples, site features).
8
+
-[Issues](https://github.com/flare-foundation/developer-hub/issues): Report bugs, propose enhancements, or ask questions.
9
+
-[Pull Requests](https://github.com/flare-foundation/developer-hub/pulls): Fixes, improvements, and new content.
10
10
11
-
## 🛠 Development Workflow
11
+
## Development workflow
12
12
13
-
1.**Fork and branch:**Fork the repo on GitHub and create a branch for your work:
13
+
1.**Fork and branch:**Create a branch that describes the change:
- automation and docgen scripts (`automations/`, `docgen/`)
26
+
- Documentation: `docs/`
27
+
- Source code: `src/`
28
+
- Examples: `examples/`
29
+
- Automation scripts: `automations/`
30
+
- Solidity doc generation: `docgen/`
31
+
32
+
When editing docs, prefer small, reviewable diffs and reuse existing patterns (MDX components, admonitions, callouts, etc.).
24
33
25
-
3. **Follow Style Guides:**
26
-
- **Code/Docs:** Run [Pre-PR checks](#pre-pr-checks). Match existing code style.
27
-
- **Diagrams:** Adhere to the [Diagram Style Guide](#diagrams-style-guide) for consistency.
34
+
3. **Follow project style:**
35
+
- Match existing TypeScript/React and MDX style conventions.
36
+
- Run the checks in [Pre-PR checks](#pre-pr-checks).
37
+
- For diagrams, follow the [Diagram Style Guide](#diagrams-style-guide) below.
28
38
29
-
4. **Commit Your Changes:** We require [Conventional Commits](https://www.conventionalcommits.org/) format for clear history and automated changelogs.
39
+
4. **Commit using Conventional Commits:** We require [Conventional Commits](https://www.conventionalcommits.org/) format fora clear history and automation-friendly changelogs.
0 commit comments