3 Star 2 Fork 0

Gitee 极速下载 / apache-yetus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/apache/yetus
克隆/下载
contribute.html.md 2.88 KB
一键复制 编辑 原始数据 按行查看 历史

How To Contribute

Submitting Changes

We use git as our version control system. To streamline the process of giving proper credit to the contributors when committing patches, we encourage contributors to submit patches generated using git format-patch. This has many benefits:

  • Committers can't forget to attribute proper credit to the contributor
  • The contributors name and email address shows up in git log
  • When viewing Yetus's source code on https://github.com/apache/yetus, the commits from the contributor are linked to their github.com account if it's linked to the same email address they used when generating the git format-patch

Long story short, it makes both the contributors' and committers' lives easier, so please generate your patches using git format-patch.

Here are some instructions on how to generate patches:

  • Ensure that you have all of your change as 1 commit which has the correct commit message - something like YETUS-1. Update shellcheck plug-in to support bats files
  • Then run a command like: git format-patch HEAD^..HEAD --stdout > YETUS-1.00.patch
  • Upload the YETUS-1.00.patch file to the aforementioned JIRA

The naming of the patch should be in (JIRA).(patch number).patch or, if it needs to apply to a specific branch, (JIRA).(branch name).(patch number).patch format. For example, YETUS-9.00.patch, YETUS-500.02.patch, or YETUS-23.cmake.11.patch. This way, if you need to upload another version of the patch, you should keep the file name the same and JIRA will sort them according to date/time if multiple files have the same name. This feature is also useful to traceback the history of a patch and roll-back to an earlier version if needed.

Task Specific Guidance

Below are guides meant to give you help accomplishing specific tasks for the project:

  • Maintaining the Yetus Website - walks through how to view the website locally, update various static and generated pages, and render the html for publishing.
  • Working with Release Candidates - covers managing the release process, validating proposed release candidates, and publishing project approved artifacts.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/apache-yetus.git
git@gitee.com:mirrors/apache-yetus.git
mirrors
apache-yetus
apache-yetus
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891