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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Help us polish the interactive experience.
22
22
23
23
## 🚀 How to Get Started
24
24
25
-
1.**Find an Issue:** Check the [GitHub Issues](link-to-your-issues) for tags like `good first issue` or `help wanted`.
25
+
1.**Find an Issue:** Check the [GitHub Issues](https://github.com/razorblade23/the-python-ledger-engine/issues) for tags like `good first issue` or `help wanted`.
26
26
2.**Fork & Clone:** Fork the repo and clone it locally.
27
27
3.**Install Dependencies:**
28
28
```bash
@@ -40,14 +40,15 @@ Help us polish the interactive experience.
40
40
41
41
### Branching Strategy
42
42
***main**: The stable production branch. Do not commit directly here.
43
-
***feature/**: For new lessons or engine features.
43
+
***feature/**: For new engine features.
44
44
***fix/**: For bug fixes.
45
45
46
46
### Lesson Standards
47
47
If you are writing a new lesson:
48
48
* Start with a clear learning objective.
49
49
* Use the `<InteractivePython>` component at least once per page for hands-on practice.
50
50
* Ensure the code examples are compatible with Python 3 (Skulpt's current implementation).
51
+
* Check out curriculum repository for more information or join us on Discord
51
52
52
53
### Code Style
53
54
* We use **Prettier** for formatting. Please run `npm run format` before submitting a PR.
0 commit comments