Skip to content

Commit

Permalink
CONTRIBUTING: add attribution-related explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
GoogleHostsSupport authored Apr 24, 2019
1 parent 82af19e commit ac3ea45
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ If your issue contains multiple lines of HOSTS entries/codes/logs, use ` ``` ` t
您可以通过GitHub的[issue](https://github.com/googlehosts/hosts/issues)[pull request](https://github.com/googlehosts/hosts/pulls)向hosts中贡献条目。
You can contribute to the HOSTS file via GitHub's [issue](https://github.com/googlehosts/hosts/issues) or [pull request](https://github.com/googlehosts/hosts/pulls).

如果您使用issue,请遵守上述事项。
If you choose issue, please follow the rules above.
如果您使用issue,请遵守上述事项。通过issue提交的内容将被视为匿名提交。
If you choose issue, please follow the rules above. Contributions via this method will be considered anonymous.

如果您使用pull request,请留意以下内容:
If you choose pull request, read the following:
Expand All @@ -49,6 +49,9 @@ We do not accept NSFW (Not Safe For Work) or proxy-list sites.
- 您只能提交更改至[hosts-source](https://github.com/googlehosts/hosts/tree/hosts-source)分支。
You can only commit your changes against the [hosts-source](https://github.com/googlehosts/hosts/tree/hosts-source) branch.

- 默认情况下,我们将以rebase方式进行合并。如果您需要以其他方式进行合并,请在pull request中声明。
By default we will use rebase merging. If you prefer other ways of merging, please declare it in your pull request.

- 为了您的安全,我们建议您以 `beyondgfw <[email protected]>` 的身份提交:
For your safety, it is suggested to use `beyondgfw <[email protected]>` as the identity of your commit:
```
Expand Down

0 comments on commit ac3ea45

Please sign in to comment.