Skip to content

Commit 720298e

Browse files
cehfishersmockle
authored andcommitted
Revise contributing guidelines for clarity and detail
Updated the contributing guidelines to clarify contribution process and provide detailed instructions for creating issues and feature requests.
1 parent d25ea19 commit 720298e

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

CONTRIBUTING.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Contributing
1+
# Contributing
22

33
[fork]: https://github.com/github/accessibility-scanner/fork
44
[pr]: https://github.com/github/accessibility-scanner/compare
@@ -9,13 +9,29 @@ Contributions to this project are [released](https://help.github.com/articles/gi
99

1010
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
1111

12-
## Submitting a pull request
12+
## How you can contribute
1313

14-
Thank you for your interest in this GitHub action, however, right now we are not taking contributions.
14+
We are not accepting pull requests at this time. However, we welcome and encourage you to:
1515

16+
- **Test the a11y scanner** and share your experiences
17+
- **Create issues** to report bugs, unexpected behavior, or documentation improvements
18+
- **Share feedback** about your use cases and workflows
19+
20+
### Creating issues
21+
22+
When creating an issue, please provide:
23+
24+
- A clear and descriptive title
25+
- Detailed steps to reproduce (for bugs)
26+
- Expected vs. actual behavior
27+
- Your environment details (OS, browser, GitHub Actions runner, etc.)
28+
- Any relevant logs or screenshots
29+
30+
### Feature requests
31+
32+
While we welcome feature requests, please note that we cannot guarantee that any feature request will be implemented or prioritized. We review all suggestions and consider them as part of our ongoing development process.
1633

1734
## Resources
1835

1936
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
20-
- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
2137
- [GitHub Support](https://support.github.com)

0 commit comments

Comments
 (0)