Skip to content

Add CONTRIBUTING guide, issue templates, and PR template#2

Open
shravangoswami-bot wants to merge 2 commits into
mainfrom
claude/contributing-docs-43
Open

Add CONTRIBUTING guide, issue templates, and PR template#2
shravangoswami-bot wants to merge 2 commits into
mainfrom
claude/contributing-docs-43

Conversation

@shravangoswami-bot

Copy link
Copy Markdown
Owner

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

claude added 2 commits May 30, 2026 11:21
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
@github-actions

Copy link
Copy Markdown

Preview deployed for this pull request.

https://shravangoswami.com/DrawShare/pr-previews/2/

Latest commit: f89916b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CONTRIBUTING guide and issue/PR templates

2 participants