Skip to content

Commit

Permalink
feat: MIT LICENSE
Browse files Browse the repository at this point in the history
MIT LICENSE

# - type:
    feat(新特性),
    fix(修改问题),
    docs(文档修改),
    style(代码格式修改, 注意不是 css 修改),
    refactor(代码重构),
    test(测试),
    chore(其他修改, 比如构建流程, 依赖管理)
# - scope: (可以为空)
    影响的的范围
    all :表示影响面大 ,如修改了网络框架 会对真个程序产生影响
    loation: 表示影响小,某个小小的功能
    module:表示会影响某个模块 如登录模块、首页模块 、用户管理模块等等
# - subject
    提交描述
# - body
    具体的修改信息 应该尽量详细
# - footer
    放置写备注啥的,如果是 bug ,可以把bug id放入
  • Loading branch information
CreaterOS committed May 21, 2021
1 parent 10b5754 commit 61c7f9c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Contributing to Paintinglite

Want to contribute to Paintinglite? There are a few things you need to know.

参与共建

想要给 Paintinglite 贡献自己的一份力量?

您可以通过发送邮箱致863713745@qq.com,提出您宝贵的建议和揭露Paintinglite存在的BUG,开发者会第一时间更新版本进行修订和解决。
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 ReynBryant

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

0 comments on commit 61c7f9c

Please sign in to comment.