Skip to content

Commit 0ad4ea3

Browse files
authored
Update CONTRIBUTING.md
1 parent 2354a42 commit 0ad4ea3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Help us polish the interactive experience.
2222

2323
## 🚀 How to Get Started
2424

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`.
2626
2. **Fork & Clone:** Fork the repo and clone it locally.
2727
3. **Install Dependencies:**
2828
```bash
@@ -40,14 +40,15 @@ Help us polish the interactive experience.
4040

4141
### Branching Strategy
4242
* **main**: The stable production branch. Do not commit directly here.
43-
* **feature/**: For new lessons or engine features.
43+
* **feature/**: For new engine features.
4444
* **fix/**: For bug fixes.
4545

4646
### Lesson Standards
4747
If you are writing a new lesson:
4848
* Start with a clear learning objective.
4949
* Use the `<InteractivePython>` component at least once per page for hands-on practice.
5050
* 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
5152

5253
### Code Style
5354
* We use **Prettier** for formatting. Please run `npm run format` before submitting a PR.

0 commit comments

Comments
 (0)