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: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,17 +13,17 @@ today! Here are the guidelines we'd like you to follow:
13
13
## <aname="issue"></a> Found an Issue?
14
14
15
15
If you find a bug in the source code or a mistake in the documentation, you can help us by
16
-
submitting an issue to our [GitHub Repository](https://github.com/LambdaFactory/Fornax). Even better you can submit a Pull Request
16
+
submitting an issue to our [GitHub Repository](https://github.com/Ionide/Fornax). Even better you can submit a Pull Request
17
17
with a fix.
18
18
19
19
20
20
## <aname="feature"></a> Want a Feature?
21
21
22
-
You can request a new feature by submitting an issue to our [GitHub Repository](https://github.com/LambdaFactory/Fornax). If you would like to implement a new feature then consider what kind of change it is:
22
+
You can request a new feature by submitting an issue to our [GitHub Repository](https://github.com/Ionide/Fornax). If you would like to implement a new feature then consider what kind of change it is:
23
23
24
24
***Major Changes** that you wish to contribute to the project should be discussed first on in the issue so that we can better coordinate our efforts, prevent duplication of work, and help you to craft the change so that it is successfully accepted into the project.
25
25
26
-
***Small Changes** can be crafted and submitted to the [GitHub Repository](https://github.com/LambdaFactory/Fornax) as a Pull Request.
26
+
***Small Changes** can be crafted and submitted to the [GitHub Repository](https://github.com/Ionide/Fornax) as a Pull Request.
Fornax is a **scriptable static site generator** using type safe F# DSL to define page layouts.
6
6
@@ -178,7 +178,7 @@ There might be a little voice inside that tells you you're not ready; that you n
178
178
179
179
I assure you, that's not the case.
180
180
181
-
This project has some clear Contribution Guidelines and expectations that you can [read here](https://github.com/LambdaFactory/Fornax/blob/master/CONTRIBUTING.md).
181
+
This project has some clear Contribution Guidelines and expectations that you can [read here](https://github.com/Ionide/Fornax/blob/master/CONTRIBUTING.md).
182
182
183
183
The contribution guidelines outline the process that you'll need to follow to get a patch merged. By making expectations and process explicit, I hope it will make it easier for you to contribute.
184
184
@@ -196,9 +196,9 @@ Thank you for contributing!
196
196
197
197
## Contributing and copyright
198
198
199
-
The project is hosted on [GitHub](https://github.com/LambdaFactory/Fornax) where you can [report issues](https://github.com/LambdaFactory/Fornax/issues), fork
200
-
the project and submit pull requests. Please read [Contribution Guide](https://github.com/LambdaFactory/Fornax/blob/master/CONTRIBUTING.md)
199
+
The project is hosted on [GitHub](https://github.com/Ionide/Fornax) where you can [report issues](https://github.com/Ionide/Fornax/issues), fork
200
+
the project and submit pull requests. Please read [Contribution Guide](https://github.com/Ionide/Fornax/blob/master/CONTRIBUTING.md)
201
201
202
-
The library is available under [MIT license](https://github.com/LambdaFactory/Fornax/blob/master/LICENSE.md), which allows modification and redistribution for both commercial and non-commercial purposes.
202
+
The library is available under [MIT license](https://github.com/Ionide/Fornax/blob/master/LICENSE.md), which allows modification and redistribution for both commercial and non-commercial purposes.
203
203
204
204
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.
0 commit comments