瀏覽代碼

Add contributing guidelines, subject to change

tags/v1.8.0
Liam 3 年之前
committed by GitHub
父節點
當前提交
953e721745
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 28 行新增0 行删除
  1. +28
    -0
      CONTRIBUTING.md

+ 28
- 0
CONTRIBUTING.md 查看文件

@@ -0,0 +1,28 @@
# How To Contribute

Thank you for showing interest to contributing to aptdec, these guidelines layout how you should go about reporting issues and contributing.

## Did you Find A Bug?

1. Ensure the bug was not already reported by searching on GitHub under Issues.
2. If you're unable to find an closed issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible and an audio file that demonstrates what is unexpected behaviour.
3. If possible, use the report templates to create the issue.

## Do you have a patch that fixes a bug?

1. Fork the repository and push your changes on a new branch.
2. Add your changes on that branch, make sure to use sensible commit names.
3. Open a new GitHub pull request to pull into master.
4. Ensure the pull request description clearly describes the problem and solution. Include the relevant issue number if applicable.

## Coding style

- Whitespaces should be denoted with tabs
- This is FOSS software, consider that people will read your code, so make it easily readable.
- If you're making major changes, make sure to create an issue to discuss it.

## Commit message style

- Keep titles under 80 characters to prevent wrapping.
- Make sure the commit message is descriptive of the change, dont be afraid to go into detail.
- Split up large changes into multiple commits.

Loading…
取消
儲存