You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Enhance developer tooling and documentation
Adds `actionlint` to the pre-commit configuration to validate GitHub Actions workflows.
Significantly expands the `AGENTS.md` file with a comprehensive summary of new features and changes in Go 1.24 and 1.25, along with actionable recommendations for the project.
Additionally, normalizes markdown list formatting across various documentation files for consistency.
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+54-54Lines changed: 54 additions & 54 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,52 +12,52 @@ This project and everyone participating in it is governed by our Code of Conduct
12
12
13
13
Before creating bug reports, please check existing issues as you might find that the issue has already been reported. When creating a bug report, include as many details as possible:
14
14
15
-
-Use the bug report template
16
-
-Include sample Articulate Rise content that reproduces the issue
17
-
-Provide your environment details (OS, Go version, etc.)
18
-
-Include error messages and stack traces
15
+
- Use the bug report template
16
+
- Include sample Articulate Rise content that reproduces the issue
17
+
- Provide your environment details (OS, Go version, etc.)
18
+
- Include error messages and stack traces
19
19
20
20
### Suggesting Enhancements
21
21
22
22
Enhancement suggestions are welcome! Please use the feature request template and include:
23
23
24
-
-A clear description of the enhancement
25
-
-Your use case and why this would be valuable
26
-
-Any implementation ideas you might have
24
+
- A clear description of the enhancement
25
+
- Your use case and why this would be valuable
26
+
- Any implementation ideas you might have
27
27
28
28
### Pull Requests
29
29
30
-
1.**Fork the repository** and create your branch from `master`
31
-
2.**Make your changes** following our coding standards
32
-
3.**Add tests** for any new functionality
33
-
4.**Ensure all tests pass** by running `go test ./...`
34
-
5.**Run `go fmt`** to format your code
35
-
6.**Run `go vet`** to check for common issues
36
-
7.**Update documentation** if needed
37
-
8.**Create a pull request** with a clear title and description
30
+
1.**Fork the repository** and create your branch from `master`
31
+
2.**Make your changes** following our coding standards
32
+
3.**Add tests** for any new functionality
33
+
4.**Ensure all tests pass** by running `go test ./...`
34
+
5.**Run `go fmt`** to format your code
35
+
6.**Run `go vet`** to check for common issues
36
+
7.**Update documentation** if needed
37
+
8.**Create a pull request** with a clear title and description
0 commit comments