Skip to content

Chore/contributingmd/initial doc#15

Merged
TheRealDarkCoder merged 2 commits into
developfrom
chore/contributingmd/initial-doc
Mar 31, 2026
Merged

Chore/contributingmd/initial doc#15
TheRealDarkCoder merged 2 commits into
developfrom
chore/contributingmd/initial-doc

Conversation

@TheRealDarkCoder
Copy link
Copy Markdown
Owner

Closes #9

What changed
Added a CONTRIBUTING.md file satisfying issue needs

Checklist

  • Linked issue above
  • docker compose up works locally
  • Tests added or existing tests cover this (or N/A)
  • Migration included if schema changed
  • schema.dbml updated if schema changed
  • Codegen re-run if API routes or schemas changed

Copilot AI review requested due to automatic review settings March 31, 2026 23:07
@TheRealDarkCoder TheRealDarkCoder changed the base branch from main to develop March 31, 2026 23:07
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds initial contributor documentation and links it from the README to address Issue #9.

Changes:

  • Added a new root-level CONTRIBUTING.md covering prerequisites, local setup, issue workflow, and PR process.
  • Linked the contributing guide from the “Getting Started” section in README.md.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
README.md Adds a pointer to the new contributing guidelines from the setup entry point.
CONTRIBUTING.md Introduces a concise contributor workflow guide (setup, tests, codegen, branch naming, PR target/expectations).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread CONTRIBUTING.md
Comment on lines +12 to +16
```bash
git clone git@github.com:TheRealDarkCoder/routis.git
cd routis
cp .env.example .env
docker compose up
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The local setup uses an SSH clone URL only (git@github.com:...). New contributors often won’t have SSH keys configured (and many will be working from a fork), so this step can fail as-written. Consider switching to an HTTPS clone example or showing both HTTPS + SSH, and optionally mention forking before cloning for external contributors.

Copilot uses AI. Check for mistakes.
@TheRealDarkCoder TheRealDarkCoder merged commit e41bde9 into develop Mar 31, 2026
7 checks passed
@TheRealDarkCoder TheRealDarkCoder deleted the chore/contributingmd/initial-doc branch March 31, 2026 23:09
@github-actions github-actions Bot locked and limited conversation to collaborators Mar 31, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CONTRIBUTING.md

2 participants