Skip to content

Commit 6488a48

Browse files
committed
docs(readme): update contributing section and remove unrelated actions
Replace fork-based contribution workflow with GitHub mirror link for issues and pull requests. Remove Related Actions section as it didn't provide significant value and cluttered the documentation.
1 parent 15b659b commit 6488a48

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -107,19 +107,9 @@ on Linux, `sw_vers` on macOS, and `systeminfo` on Windows, with appropriate fall
107107

108108
## Contributing
109109

110-
1. Fork the repository
111-
2. Create a feature branch
112-
3. Make your changes
113-
4. Add tests to `.forgejo/workflows/test.yml`
114-
5. Submit a pull request
110+
Issues and pull requests can be submitted via the GitHub mirror at
111+
<https://github.com/tcpipuk/detect-versions>
115112

116113
## License
117114

118115
Licensed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for details.
119-
120-
## Related Actions
121-
122-
- [Setup Node.js](https://github.com/actions/setup-node) - Set up specific Node.js versions
123-
- [Runner Info](https://github.com/kenchan0130/actions-system-info) - Additional system information
124-
- [OS Matrix](https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs) - GitHub's
125-
built-in matrix strategies

0 commit comments

Comments
 (0)