Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Contributing to sabbath-school-web

Thank you for your interest in contributing! Please follow these steps:

1. **Fork the repository** and clone your fork.
2. **Create a new branch** for your changes: `git checkout -b feature/your-feature`.
3. **Install dependencies** with `npm install`.
4. **Make your changes**. Ensure code follows existing style (ESLint can be run with `npm run lint`).
5. **Run tests** (if any) with `npm test`.
6. **Commit** using conventional commits.
7. **Push** your branch and open a Pull Request targeting `main`.

Please keep PRs small and focused, and include a clear description of the changes.