@n24q02m/better-notion-mcp 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -248,6 +248,24 @@ npm run docker:build
|
|
|
248
248
|
npm run docker:run
|
|
249
249
|
```
|
|
250
250
|
|
|
251
|
+
## 🤝 Contributing
|
|
252
|
+
|
|
253
|
+
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
|
|
254
|
+
|
|
255
|
+
### Quick Start for Contributors
|
|
256
|
+
|
|
257
|
+
1. Fork the repository
|
|
258
|
+
2. Create a feature branch: `git checkout -b feature/your-feature`
|
|
259
|
+
3. Make your changes following our [commit conventions](CONTRIBUTING.md#commit-convention)
|
|
260
|
+
4. Run tests: `npm test`
|
|
261
|
+
5. Submit a pull request
|
|
262
|
+
|
|
263
|
+
See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines.
|
|
264
|
+
|
|
265
|
+
## 📦 Releases
|
|
266
|
+
|
|
267
|
+
See [CHANGELOG.md](CHANGELOG.md) for release history.
|
|
268
|
+
|
|
251
269
|
## 📄 License
|
|
252
270
|
|
|
253
271
|
MIT License - See [LICENSE](LICENSE)
|