Contribution guide adjustments

This commit is contained in:
Kyler Olsen 2025-12-10 00:11:32 -07:00
parent 15fc4defb2
commit 9f361b4b04
2 changed files with 15 additions and 3 deletions

View File

@ -11,7 +11,7 @@ You can begin by cloning the public repo:
git clone https://git.purplecello.org/KylerOlsen/YREA-SLS.git git clone https://git.purplecello.org/KylerOlsen/YREA-SLS.git
``` ```
Create a new branch to work in: It is recommended to create a new branch to work in:
``` ```
git checkout -b my-feature git checkout -b my-feature
``` ```
@ -26,3 +26,9 @@ git format-patch -1
This will create a file like: `0001-fix-something.patch`. You will email the contents of this file to Kyler Olsen ([Contact Info](https://purplecello.org/contact.html)). This will create a file like: `0001-fix-something.patch`. You will email the contents of this file to Kyler Olsen ([Contact Info](https://purplecello.org/contact.html)).
The subject should be something like `[PATCH] Fix Something`. The subject should be something like `[PATCH] Fix Something`.
---
If you are not sure where to begin, the documentation is a great place to start!
---

View File

@ -7,6 +7,11 @@ Next: Overview
# YREA SLS Documentation # YREA SLS Documentation
<em class="sls-title">Stack Language Specification</em> <em class="sls-title">Stack Language Specification</em>
A statically-typed, stack-based language with pure postfix notation.
- [Git Repo](https://git.purplecello.org/KylerOlsen/YREA-SLS)
- [Contribution Guide](./contributing.html)
**Sections**: **Sections**:
1. [Overview](./overview.html) 1. [Overview](./overview.html)
2. [Lexical Structure](./lexical_structure.html) 2. [Lexical Structure](./lexical_structure.html)
@ -33,10 +38,11 @@ Next: Overview
--- ---
**Other**: **Other**:
- [Git Repo](https://git.purplecello.org/KylerOlsen/YREA-SLS)
- [Contribution Guide](./contributing.html) - [Contribution Guide](./contributing.html)
- [Missing Features](./missing_features.html) - [Missing Features](./missing_features.html)
- [SE 3250 Assignment Details](./se_3250_assignment_details.html) - [Assignment Details](./se_3250_assignment_details.html)
- [Changed](./changes.html) - [Changes](./changes.html)
- [Full Specification](./stack_lang_spec.html) - [Full Specification](./stack_lang_spec.html)
- [C Terminal I/O Reference](./io_ref.html) - [C Terminal I/O Reference](./io_ref.html)
- [Assignment Slide Show](./slides/SLIDES.html) - [Assignment Slide Show](./slides/SLIDES.html)