A Ruby on Rails application designed to manage basic school operations.
This project aims to showcase basic CRUD operations and simple design for learning Ruby on Rails.
git clone https://github.com/notsoeazy/rails_school_application.git
cd rails_school_application
docker compose up
We welcome contributions of all forms: bugs, features, UI/UX improvements, and documentation.
-
Open an Issue
Go to the
Issuestab and create one with the format:[TASK] <name of task> -
Create a Branch
git checkout -b task/issue-<issue-number> -
Make Changes & Commit
git add <changed-files> git commit -m "<description>" -
Push & Open PR
git push origin task/issue-<issue-number>
| Requirement | Description |
|---|---|
| PR Title | [ISSUE-<number>] <short summary> |
| Description | Explain what was changed and why |
| Screenshots | Required only for UI changes |
Thanks to the wonderful people who help build this project: