forked from lessonomicon/mccole
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: minor additions based on first real-world use.
- Loading branch information
Showing
28 changed files
with
490 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Contributing | ||
|
||
Contributions are very welcome. | ||
Please file issues or submit pull requests in our GitHub repository. | ||
All contributors will be acknowledged. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ | |
appendices = [ | ||
"license", | ||
"conduct", | ||
"contrib", | ||
"bib", | ||
"glossary", | ||
"colophon", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="icon" href="../logo.svg"> | ||
<link rel="stylesheet" href="../mccole.css" type="text/css"> | ||
<title>McCole Template · Contributing</title> | ||
<script> | ||
MathJax = { | ||
tex: { | ||
inlineMath: [['\\(', '\\)']] | ||
} | ||
}; | ||
</script> | ||
<script | ||
type="text/javascript" | ||
id="MathJax-script" | ||
async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"> | ||
</script> | ||
|
||
|
||
</head> | ||
<body> | ||
<main> | ||
|
||
<h1>Contributing</h1> | ||
|
||
|
||
<div class="row notex"> | ||
<div class="col-1 left"> | ||
<a href="../conduct/">⇐</a> | ||
</div> | ||
<div class="col-10 center"> | ||
|
||
</div> | ||
<div class="col-1 right"> | ||
<a href="../bib/">⇒</a> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<p>Contributions are very welcome. | ||
Please file issues or submit pull requests in our GitHub repository. | ||
All contributors will be acknowledged.</p> | ||
</main> | ||
<footer> | ||
© 2024 <a href="https://third-bit.com/">Greg Wilson</a> | ||
· | ||
<a href="../">home</a> | ||
· | ||
<a href="https://github.com/gvwilson/mccole">repository</a> | ||
· | ||
<a href="../license/">license</a> | ||
</footer> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.