mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 17:59:12 +00:00
Update: update github templates
This commit is contained in:
parent
704d779da9
commit
ea1a38e5a4
3 changed files with 9 additions and 10 deletions
6
.github/issue_template.md
vendored
6
.github/issue_template.md
vendored
|
|
@ -2,17 +2,16 @@
|
|||
2. Please take a moment to **search** that an issue **doesn't already exist**.
|
||||
3. Please make sure `Golang, GCC` is installed correctly before installing RobotGo.
|
||||
<!-- 4. Please ask questions or config/deploy problems on our Gitter channel: https://gitter.im/go-vgo/robotgo -->
|
||||
5. Please give all relevant information below for bug reports, incomplete details will be handled as an invalid report.
|
||||
4. Please give all relevant information below for bug reports, incomplete details will be handled as an invalid report.
|
||||
|
||||
**You MUST delete the content above including this line before posting, otherwise your issue will be invalid.**
|
||||
|
||||
|
||||
- Robotgo version (or commit ref):
|
||||
- Go version:
|
||||
- Gcc version:
|
||||
- Operating system and bit:
|
||||
- Resolution:
|
||||
- Can you reproduce the bug at [Examples](https://github.com/go-vgo/robotgo/blob/master/examples/main.go):
|
||||
- Can you reproduce the bug at [Examples](https://github.com/go-vgo/robotgo/blob/master/examples/):
|
||||
- [ ] Yes (provide example code)
|
||||
- [ ] No
|
||||
- [ ] Not relevant
|
||||
|
|
@ -21,6 +20,7 @@
|
|||
```Go
|
||||
|
||||
```
|
||||
|
||||
- Log gist:
|
||||
|
||||
## Description
|
||||
|
|
|
|||
7
.github/pull_request_template.md
vendored
7
.github/pull_request_template.md
vendored
|
|
@ -2,14 +2,13 @@ The pull request will be closed without any reasons if it does not satisfy any o
|
|||
|
||||
1. Make sure you are targeting the `master` branch, pull requests on release branches are only allowed for bug fixes.
|
||||
2. Add new features, please provide the reasons and test code.
|
||||
3. Please read contributing guidelines: [CONTRIBUTING](https://github.com/go-vgo/robotgo/blob/master/CONTRIBUTING.md)
|
||||
3. Please read contributing guidelines: [CONTRIBUTING](https://github.com/go-vgo/robotgo/blob/master/CONTRIBUTING.md) and sign the CLA.
|
||||
4. Describe what your pull request does and which issue you're targeting (if any and **Please use English**)
|
||||
5. ... if it is not related to any particular issues, explain why we should not reject your pull request.
|
||||
6. The Commits must **use English**, must be test and No useless submissions.
|
||||
|
||||
**You MUST delete the content above including this line before posting, otherwise your pull request will be invalid.**
|
||||
|
||||
|
||||
**Please provide Issues links to:**
|
||||
|
||||
- Issues: #1
|
||||
|
|
@ -17,9 +16,9 @@ The pull request will be closed without any reasons if it does not satisfy any o
|
|||
**Provide test code:**
|
||||
|
||||
```Go
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
## Description
|
||||
|
||||
...
|
||||
|
|
|
|||
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
|
|
@ -11,13 +11,13 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Set up Go 1.25.0
|
||||
uses: actions/setup-go@v1
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: 1.25.0
|
||||
go-version: 1.25.x
|
||||
id: go
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Get dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue