From 86ccd1e634e682f05783aee6d3c400a887542fc4 Mon Sep 17 00:00:00 2001 From: wuyangfan <1102042793@qq.com> Date: Sun, 17 May 2026 19:38:20 +0800 Subject: [PATCH] docs: add CONTRIBUTING.md Fixes #24 --- CONTRIBUTING.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7429a29 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,18 @@ +# Contributing + +We welcome contributions from the community. + +## Getting started + +1. Browse [open issues](https://github.com/entusiasme/api/issues) and comment if you plan to work on one +2. Fork the repository and create a branch from `main` +3. Make your change with tests or documentation as appropriate +4. Open a pull request describing what changed and why + +## Code of conduct + +Be respectful and constructive in issues and reviews. + +## Questions + +If you are unsure where to start, open an issue describing what you would like to work on and a maintainer can help scope it.