3 Star 11 Fork 4

Gitee 极速下载 / paint-board

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/LHRUN/paint-board
克隆/下载
CONTRIBUTING.md 2.73 KB
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
LHRUN 提交于 2024-01-13 23:54 . docs: add CONTRIBUTING

🎉 Contributing to Paint Board 🥳

First of all, thank you very much for considering contributing to our project! We welcome any kind of contribution, whether it's proposing new functional features, improving code, fixing bugs, or improving documentation.

This guide will provide all the relevant information to help you get started working on this project. Please take a few minutes to read it, it will help us collaborate better and create a better project together.

Submit Issue

Before jumping into a PR be sure to search existing PRs or issues for an open or closed item that relates to your submission.

If it's a bug fix, please raise it in an Issue first.

In the case of new feature additions, please communicate with us first in Discussions or contact us directly via the contact information provided.

Pull Requests Steps

  1. Fork this project's repo on Github
  2. Create a new branch on your local copy to develop new features, fix bugs, or make other contributions, git checkout -b feat/xxxx
  3. Submit your changes: git commit -am 'feat: add xxxxx'
  4. Push your branch: git push origin feat/xxxx
  5. To submit a Pull Request, make sure your source branch is the one you just pushed, and your target branch is the dev branch of the Paint Board project.
  6. After submitting, watch out for emails and notifications associated with the Pull request. Once it's approved, we'll merge it into the main branch as planned. Doing a new round of releases

Development Environment

  • Node.js 16 +
  • Pnpm 8 +

Code Style

Please follow the node-style-guide

Commit Messages

Please follow the Angular

Please keep the commit message in English for better understanding by all developers.

  • feat Add new features
  • fix Fix the problem/BUG
  • style The code style is related and does not affect the running result
  • perf Optimization/performance improvement
  • refactor Refactor
  • revert Undo edit
  • test Test related
  • docs Documentation/notes
  • chore Dependency update/scaffolding configuration modification etc.
  • workflow Workflow improvements
  • ci Continuous integration
  • types Type definition file changes
  • wip In development

Code Content

Please keep the code comments and code content in English for better understanding by all developers.

Contact Details

TypeScript
1
https://gitee.com/mirrors/paint-board.git
git@gitee.com:mirrors/paint-board.git
mirrors
paint-board
paint-board
main

搜索帮助