-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# 贡献指南 | ||
|
||
欢迎并感谢你对 ***AliyunpanSDK*** 的兴趣和贡献!我们鼓励任何形式的贡献,无论是通过开启讨论、提交代码、完善文档还是其他方式。 | ||
|
||
## 报告问题 | ||
|
||
遇到问题的时候,请先查阅我们的问题追踪器来确认是否已有人报告相同的问题。如果没有,可以创建一个新的问题,描述清楚遇到的问题、重现步骤、预期行为和实际行为。如果可能,请附上相关的代码片段或错误截图。 | ||
|
||
## 讨论功能请求 | ||
|
||
如果你有想要实现的新功能或者改进的建议,请在问题追踪器中开启一个新的讨论(issue)来描述你的想法。请尝试详细阐述功能的预期目标和它对现有项目的潜在影响。 | ||
|
||
## 提交代码 | ||
|
||
我们欢迎长期贡献者成为本项目的维护者,如果你愿意贡献代码,请遵循以下步骤: | ||
|
||
1. Fork 本项目仓库。 | ||
2. 在自己的 fork 仓库中创建一个新的分支,分支名称尽量反映作用。 | ||
3. 请确保代码符合我们的代码规范和风格。 | ||
4. 提交您的代码,并在 ***pull request*** 中清晰准确地描述您的改动。 | ||
5. 对项目主分支发起 ***pull request***。 | ||
6. 在您的代码被合并之前,一个项目维护者可能会与您联系讨论或请求进一步的修正。 | ||
|
||
## 开源协议 | ||
|
||
您对项目的任何贡献都将受我们项目选用的开源协议保护,有关详细信息,请参阅项目的LICENSE文件。 |