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
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,15 @@ Thank you for your interest in contributing! FEAScript is in early development,
27
27
28
28
where the server will be available at `http://127.0.0.1:8000/`. Static file server npm packages like [serve](https://github.com/vercel/serve#readme) and [Vite](https://vite.dev/) can also be used.
29
29
30
+
## Branching & Workflow
31
+
32
+
To contribute a new feature or fix:
33
+
34
+
- Do not commit directly to `main` or `dev`.
35
+
- Instead, start your work in a feature branch based on the `dev` branch.
36
+
37
+
**If you are not a member of the repository (e.g., an external contributor), you must first [fork the repository](https://docs.github.com/en/get-started/quickstart/fork-a-repo).** Make your changes in your fork, then submit a Pull Request from your fork's feature branch into the`dev` branch.
38
+
30
39
## File Structure Guidelines
31
40
32
41
All files in the FEAScript-core codebase should follow this structure:
0 commit comments