-
Notifications
You must be signed in to change notification settings - Fork 89
Closed
Closed
Copy link
Labels
Points: 10good first issueGood for newcomersGood for newcomersopen-for-allAny one can work on it without getting assigned, every PR can mergeAny one can work on it without getting assigned, every PR can merge
Description
π Welcome to SubSentry!
This is a beginner-friendly onboarding issue for contributors participating in Geekhaven OpenCode.
Your task is to:
- Add your details to the
CONTRIBUTORS.mdfile - Create your own contributor workspace folder
to mark your first contribution to the project π
β What you need to do
- Fork this repository
- Create a new branch in your fork
- Add your details to the
CONTRIBUTORS.mdfile - Create a folder with your GitHub username
- Commit your changes
- Open a Pull Request to the
mainbranch
βοΈ Format to follow (CONTRIBUTORS.md)
Add your entry at the end of the file using this format:
- **Name:** Your Full Name
**GitHub:** https://github.com/your-username
**About:** A short 1β2 line description about youπ Contributor Folder (VERY IMPORTANT)
Since all issues in SubSentry are Open for All, every contributor must create their own folder to keep work isolated.
Create the following folder structure:
contributors/
your-github-username/
client/
server/
π Notes:
- You do not need to write any code inside
client/orserver/for this issue - Empty folders are fine
- This structure will be used for future issues as well
This helps us:
- Review PRs independently
- Avoid merge conflicts
- Award points fairly
β Acceptance Criteria
Your Pull Request will be accepted if:
- Your details are added in the correct format
- The folder
contributors/your-github-username/exists - Both
client/andserver/folders are present inside it - No existing entries or files are modified unnecessarily
π‘ Tip for First-Time Contributors
This issue is meant to help you:
- Understand the OpenCode workflow
- Get comfortable with GitHub PRs
- Prepare your workspace for upcoming technical issues
Happy contributing π
Metadata
Metadata
Assignees
Labels
Points: 10good first issueGood for newcomersGood for newcomersopen-for-allAny one can work on it without getting assigned, every PR can mergeAny one can work on it without getting assigned, every PR can merge