Skip to content

Commit 9720dc1

Browse files
author
zeptodoctor
committed
Add README.md and pull_request_template.md
0 parents  commit 9720dc1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Pull Requests will not be accepted to this repository.
2+
Contributions for the Julia documentation should be made to
3+
Julia's GitHub repository (https://github.com/JuliaLang/julia).

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# [docs.julialang.org][julia-docs]
2+
3+
This repository hosts the built documentation for the [Julia language][julia-web].
4+
The pages are built from source files in the [Julia's GitHub repository][julia-gh],
5+
and contributions to the documentation should be made there.
6+
7+
[julia-docs]: https://docs.julialang.org
8+
[julia-web]: https://julialang.org/
9+
[julia-gh]: https://github.com/JuliaLang/julia

0 commit comments

Comments
 (0)