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
Copy file name to clipboardExpand all lines: .github/contributing.md
+22-10Lines changed: 22 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Contributing to action-reporting-cli
2
2
3
-
Thank you for your interest in contributing to this project! We welcome contributions from the community and are pleased that you're interested in helping improve action-reporting-cli.
3
+
Thanks for your interest in contributing to this project! We welcome contributions from the community and we're glad you're interested in helping improve action-reporting-cli.
4
4
5
-
This document outlines the process for contributing to this project and provides guidelines to make the contribution process smooth and effective.
5
+
This document outlines the process for contributing to the project and provides guidelines to make the contribution process smooth and effective.
6
6
7
7
## Code of Conduct
8
8
@@ -19,6 +19,7 @@ Before creating bug reports, please check the existing issues to avoid duplicate
19
19
- Expected behavior versus actual behavior
20
20
- Screenshots or terminal output (if applicable)
21
21
- Environment details (OS, Node.js version, etc.)
22
+
- Command line arguments you used with the tool
22
23
23
24
### Suggesting Enhancements
24
25
@@ -41,6 +42,8 @@ Follow these steps to submit your contributions:
41
42
6. Push to your branch (`git push origin my-new-feature`)
42
43
7. Create a new Pull Request
43
44
45
+
When submitting pull requests that affect functionality, please make sure to update the relevant documentation in the README.md file as well.
46
+
44
47
## Development Guidelines
45
48
46
49
### Getting Started
@@ -66,19 +69,24 @@ Follow these steps to submit your contributions:
66
69
### Project Structure
67
70
68
71
-`src/`: Main source code
69
-
-`github/`: GitHub API interaction classes
70
-
-`report/`: Report generation modules
71
-
-`util/`: Utility functions for logging, caching, etc.
72
-
-`test/`: Unit tests
73
-
-`cli.js`: Main entry point
72
+
-`github/`: GitHub API interaction classes (Enterprise, Owner, Repository, Workflow)
0 commit comments