From ea1a38e5a4c814188119d8ad231b9398c18cd5e2 Mon Sep 17 00:00:00 2001 From: vcaesar Date: Thu, 27 Nov 2025 08:10:34 -0800 Subject: [PATCH] Update: update github templates --- .github/issue_template.md | 6 +++--- .github/pull_request_template.md | 7 +++---- .github/workflows/go.yml | 6 +++--- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/issue_template.md b/.github/issue_template.md index 3606506..8d14deb 100644 --- a/.github/issue_template.md +++ b/.github/issue_template.md @@ -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. -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 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cd8ee71..20a21eb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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 ... diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c20a668..22b72f5 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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: |