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
+25-20Lines changed: 25 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,9 @@ All types of contributions are encouraged and valued. See the [Table of Contents
29
29
30
30
## I Have a Question
31
31
32
-
> If you want to ask a question, we assume that you have read the available [Documentation](../docs.pdf).
32
+
<!-- FIXME: replace with real url -->
33
+
34
+
> If you want to ask a question, we assume that you have read the available [Documentation]().
33
35
34
36
Before you ask a question, it is best to search for existing [Issues](https://github.com/BattleCh1cken/notebookinator.git/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
35
37
@@ -41,21 +43,6 @@ If you then still feel the need to ask a question and need clarification, we rec
41
43
42
44
We will then take care of the issue as soon as possible.
43
45
44
-
<!--
45
-
You might want to create a separate issue tag for questions and include it in this description. People should then tag their issues accordingly.
46
-
47
-
Depending on how large the project is, you may want to outsource the questioning, e.g. to Stack Overflow or Gitter. You may add additional contact and information possibilities:
48
-
- IRC
49
-
- Slack
50
-
- Gitter
51
-
- Stack Overflow tag
52
-
- Blog
53
-
- FAQ
54
-
- Roadmap
55
-
- E-Mail List
56
-
- Forum
57
-
-->
58
-
59
46
## I Want To Contribute
60
47
61
48
> ### Legal Notice <!-- omit in toc -->
@@ -153,16 +140,34 @@ You can then [commit](#commit-messages) your changes to your fork. Once you are
153
140
154
141
### Improving The Documentation
155
142
156
-
We use [Tidy](https://github.com/Mc-Zen/tidy/tree/main) to generate our documentation. This means that most of our documentation is written directly in the code as comments.
143
+
We use a combination of [mdBook](https://github.com/rust-lang/mdBook) and [Tidy](https://github.com/Mc-Zen/tidy/tree/main) to generate our documentation.
157
144
158
-
You can improve the documentation in the following places:
145
+
All of the documentation can be found inside of the [`docs/`](../docs) directory.
159
146
147
+
- The guides located in [`docs/src/`](../docs/src)
160
148
- The comments directly in the code
161
-
- The documentation in [`docs.typ`](../docs.typ)
162
-
- The template for the docs at [`docs-template.typ`](../docs-template.typ)
163
149
- The [README](../README.md)
164
150
- The [contributing guide](./CONTRIBUTING.md)(this file)
165
151
152
+
You can preview your changes locally with the mdbook cli. The first thing you'll need to do is install all of the dependences.
0 commit comments