mirror of
https://github.com/gapmiss/inline-callouts.git
synced 2026-07-22 05:45:12 +00:00
docs: add CONTRIBUTING guide
This commit is contained in:
parent
e063d0145a
commit
2501bea1bc
2 changed files with 24 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -21,5 +21,4 @@ data.json
|
|||
# Exclude macOS Finder (System Explorer) View States
|
||||
.DS_Store
|
||||
|
||||
.hotreload
|
||||
.claude
|
||||
24
CONTRIBUTING.md
Normal file
24
CONTRIBUTING.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Contributing
|
||||
|
||||
Thanks for your interest in contributing!
|
||||
|
||||
## Bug reports
|
||||
|
||||
Open an issue with steps to reproduce and expected vs actual behavior.
|
||||
|
||||
## Pull requests
|
||||
|
||||
1. Fork the repository
|
||||
2. Create a feature branch
|
||||
3. Make your changes
|
||||
4. Run `npm run build` and `npx eslint .` to verify
|
||||
5. Test in Obsidian
|
||||
6. Submit a PR with a clear description
|
||||
|
||||
## Development
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run dev # Watch mode
|
||||
npm run build # Production build
|
||||
```
|
||||
Loading…
Reference in a new issue