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
Updating docs for links to issues and coding guidelines closes#13 (#124)
* Update CONTRIBUTING.md to enhance clarity and resources
Improved the documentation by adding links to coding guidelines, bug reporting, feature requests, and discussion sections. Clarified the Pull Request workflow and bug reporting process to assist contributors in navigating the project more effectively.
Thank you for your contributions!
* Update PR template to clarify submission guidelines
This update enhances the Pull Request template by specifying that titles should prepend with the [DscResourceName] for DSC resource-specific PRs. Additionally, it emphasizes the importance of submitting atomic PRs and following contribution guidelines.
Thank you!
* better wording
Co-authored-by: Jess Pomfret <[email protected]>
Signed-off-by: Rob Sewell <[email protected]>
* better punctuation
Co-authored-by: Jess Pomfret <[email protected]>
Signed-off-by: Rob Sewell <[email protected]>
* Update CONTRIBUTING.md
Co-authored-by: Kamil Nowinski <[email protected]>
Signed-off-by: Rob Sewell <[email protected]>
* Update CONTRIBUTING.md
Co-authored-by: Kamil Nowinski <[email protected]>
Signed-off-by: Rob Sewell <[email protected]>
* Update CONTRIBUTING.md
Co-authored-by: Kamil Nowinski <[email protected]>
Signed-off-by: Rob Sewell <[email protected]>
* Update CONTRIBUTING.md
Co-authored-by: Kamil Nowinski <[email protected]>
Signed-off-by: Rob Sewell <[email protected]>
* reverted change to return to original wording and fixed broken URL
---------
Signed-off-by: Rob Sewell <[email protected]>
Co-authored-by: Jess Pomfret <[email protected]>
Co-authored-by: Kamil Nowinski <[email protected]>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,10 @@ Before we go any further, thanks for being here. Thanks for using the module and
6
6
7
7
## Important resources
8
8
9
-
- docs TODO: link to docs
10
-
- bugs TODO: link to issues issue template
9
+
- Documentation such as coding guidelines can be found in the [wiki](https://github.com/dataplat/FabricTools/wiki)
10
+
- Bugs can be reported as [issues](https://github.com/dataplat/FabricTools/issues) via the bug issue template.
11
+
- Feature requests can be submitted in the issues via the feature request issue template.
12
+
- Discussions can be started in the [Discussions](https://github.com/dataplat/FabricTools/discussions) section of the repository.
11
13
- communicate via issues, PRs, and discussions as well as the project
12
14
13
15
## Develop & Build
@@ -113,23 +115,19 @@ If you have any questions or need help, please feel free to reach out to us on t
113
115
114
116
## How to submit changes
115
117
116
-
TODO:
117
-
Pull Request protocol etc. You might also include what response they'll get back from the team on submission, or any caveats about the speed of response.
118
+
We use a Pull Request (PR) workflow to manage changes to the module. This means that you will need to create a new branch in your fork of the repository, make your changes, and then create a PR against the main repository. You can find full details in the [wiki](https://github.com/dataplat/FabricTools/wiki)
118
119
119
120
## How to report a bug
120
121
121
-
TODO:
122
-
Bugs are problems in code, in the functionality of an application or in its UI design; you can submit them through "bug trackers" and most projects invite you to do so, so that they may "debug" with more efficiency and the input of a contributor. Take a look at Atom's example for how to teach people to report bugs to your project.
122
+
If you find a bug in the module, please report it using the [issue template](https://github.com/dataplat/FabricTools/issues). This will help us track the issue and ensure that it is fixed in a timely manner.
123
123
124
124
## Templates
125
125
126
-
TODO:
127
-
in this section of your file, you might also want to link to a bug report "template" like this one here which contributors can copy and add context to; this will keep your bugs tidy and relevant.
126
+
There are a number of templates available in the `.github` folder of the repository. These include issue templates for bugs, feature requests, and discussions. You can use these templates to help you create a new issue or discussion.
128
127
129
128
## Style Guide
130
129
131
-
TODO:
132
-
include extensions and vscode settings we use to keep things neat
130
+
The Style Guide is a set of rules and guidelines that we follow to ensure that our code is consistent, readable, and maintainable. It is located in the [wiki](https://github.com/dataplat/FabricTools/wiki).
0 commit comments