Add CONTRIBUTING guide, issue templates, and PR template#2
Open
shravangoswami-bot wants to merge 2 commits into
Open
Add CONTRIBUTING guide, issue templates, and PR template#2shravangoswami-bot wants to merge 2 commits into
shravangoswami-bot wants to merge 2 commits into
Conversation
The grip SVG uses a 2-column × 3-row dot pattern that reads as vertical. When the toolbar is docked to the left (vertical layout) the handle sits at the top, so horizontal-reading dots make more sense — rotate the SVG 90° with CSS in that state. On top/bottom docks the toolbar is horizontal and the grip is on the left side, where the vertical orientation is fine. Closes shravanngoswamii#34 https://claude.ai/code/session_01AmyhJDumoiz2tEG6qBVcdY
Adds the standard community health files for an open-source project: - CONTRIBUTING.md: setup, code style (Biome/Lefthook), build, and PR process instructions for new contributors. - .github/ISSUE_TEMPLATE/bug_report.md: structured bug report template. - .github/ISSUE_TEMPLATE/feature_request.md: feature request template. - .github/PULL_REQUEST_TEMPLATE.md: PR template with what/test/screenshots. Closes shravanngoswamii#43 https://claude.ai/code/session_01AmyhJDumoiz2tEG6qBVcdY
|
Preview deployed for this pull request. https://shravangoswami.com/DrawShare/pr-previews/2/ Latest commit: f89916b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the standard community health files for an open-source project.
CONTRIBUTING.md — setup instructions, tech stack overview, code style (Biome + Lefthook), build steps, and the PR process for first-time contributors.
.github/ISSUE_TEMPLATE/bug_report.md — structured bug report template covering what happened, steps to reproduce, and environment (browser/OS/device/input type, which matters a lot for Apple Pencil and touch bugs).
.github/ISSUE_TEMPLATE/feature_request.md — feature request template that asks for the use case/problem first, before the proposed solution.
.github/PULL_REQUEST_TEMPLATE.md — PR template with what/test-plan/screenshots sections.
Closes shravanngoswamii#43
https://claude.ai/code/session_01AmyhJDumoiz2tEG6qBVcdY
Generated by Claude Code