ソースを参照

Contribution Guide added (#15).

main
offa 7年前
コミット
9d72d21179
1個のファイルの変更47行の追加0行の削除
  1. +47
    -0
      CONTRIBUTING.md

+ 47
- 0
CONTRIBUTING.md ファイルの表示

@@ -0,0 +1,47 @@
# Contributing


## Issues

**Issues** are used to report bugs, problems, feature requests, ask questions or other kind of suggestions. An issue ***should include***:

- Good and meaningful title
- Detailed description

### Problems and Bugs

Problem and bug reports ***need also***:

- Expected and actual behaviour
- Used version, compiler and platform
- Minimal example or steps to reproduce


## Pull Requests

**Pull requests** are used to submit contributions to the project. A pull request ***should include***:

- Good and meaningful title
- Detailed description
- Descriptive commit messages

If the PR is related to an *Issue*, please reference it in the description or title.

### Code

The contributed code should match these criteria:

- Pass all Unit Tests and CI Builds
- Proper Test Cases
- Merge cleanly, without conflicts
- Follow the projects code style
- Does not introduce external dependencies
- 4 Spaces – no Tabs
- UTF-8 encoding



## Further readings

- [Github Guide: How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)


読み込み中…
キャンセル
保存