Update: update github templates

This commit is contained in:
vcaesar 2025-11-27 08:10:34 -08:00
parent 704d779da9
commit ea1a38e5a4
3 changed files with 9 additions and 10 deletions

View file

@ -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

View file

@ -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
...

View file

@ -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: |