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: README.md
+64-4
Original file line number
Diff line number
Diff line change
@@ -16,19 +16,58 @@ Please contribute ideas, questions, and discussions for content or enhancements
16
16
17
17
### Problems or Tracking of Work Items from Ideas, Questions, or Discussions
18
18
19
-
Please add issues on [the github issue tracker](https://github.com/numfocus/DISCOVER-Cookbook/discussions).
19
+
Please add issues on [the GitHub issue tracker](https://github.com/numfocus/DISCOVER-Cookbook/issues).
20
20
21
21
### Content and Design
22
22
23
23
While content is the heart of the project, the quality of the content needs to remain high. Due to a high volume of generated text being submitted for review, content takes longer to review and approve. We value these contributions but just understand that it will take time to add. Please start an idea in the discussions, then move to making an issue once there is approval for the content to be added to the book. After that issue is made we feel free to open [a pull request](https://github.com/numfocus/DISCOVER-Cookbook/pulls) against the repository to begin the review process.
24
24
25
25
### Bug fixes
26
26
27
-
For issues with other elements of the book, first make sure an issue is open and tracking can occur on the issue. Then open a a pull request](https://github.com/numfocus/DISCOVER-Cookbook/pulls).
27
+
For issues with other elements of the book, first make sure an issue is open and tracking can occur on the issue. Then open a a [pull request](https://github.com/numfocus/DISCOVER-Cookbook/pulls).
28
28
29
-
### See Also
30
29
31
-
For more information, see the `contributing.md` file with a fuller guide on how to contribute.
30
+
### Contribution Workflow
31
+
32
+
To contribute changes:
33
+
34
+
1.**Fork the Repository**: Click the "Fork" button at the top-right of this repository's GitHub page to create a copy in your account.
Visit [`http://localhost:8000`](http://localhost:8000) in your browser to verify changes.
57
+
58
+
6.**Commit and Push**:
59
+
```sh
60
+
git add .
61
+
git commit -m "Description of your changes"
62
+
git push origin your-branch-name
63
+
```
64
+
65
+
7.**Open a Pull Request**: Navigate to your fork on GitHub, select your branch, and click "New Pull Request". Provide a clear description of your changes.
66
+
67
+
68
+
### For More Information
69
+
70
+
See the `contributing.md` for a detailed guide on how to contribute.
0 commit comments