github.com/go-ego/cedar@v0.10.2/.github/pull_request_template.md (about) 1 The pull request will be closed without any reasons if it does not satisfy any of following requirements: 2 3 1. Make sure you are targeting the `master` branch, pull requests on release branches are only allowed for bug fixes. 4 2. Please read contributing guidelines: [CONTRIBUTING](https://github.com/go-ego/cedar/blob/master/CONTRIBUTING.md) 5 3. Describe what your pull request does and which issue you're targeting (if any and Please use English) 6 4. ... if it is not related to any particular issues, explain why we should not reject your pull request. 7 5. The Commits must **use English**, must be test and No useless submissions. 8 9 **You MUST delete the content above including this line before posting, otherwise your pull request will be invalid.** 10 11 **Please provide Issues links to:** 12 13 - Issues: #1 14 15 **Provide test code:** 16 17 ```Go 18 19 ``` 20 21 ## Description 22 23 ...