Welcome! This repository holds the official collection of rules and policies for the Interdisciplinary Design Commons (The Hive Makerspace).
By hosting our policies here, we maintain a transparent, version-controlled history of all rules. If you are an active Peer Instructor (PI), Master Peer Instructor (MPI), Staff member, or community member who would like to propose a change, clarification, or addition to the policies, you can do so by submitting a Pull Request (PR).
We use a standard Git branch and Pull Request workflow. If you are new to GitHub, don't worry—you can do all of this directly through the GitHub website!
Never make changes directly to the main branch. Instead, create a new branch for your specific proposal.
- Click on the branch dropdown (usually says
main) in the top left of the file view. - Type a short, descriptive name for your branch (e.g.,
update-3d-print-timesorfix-typo-section-2). - Click Create branch.
- Navigate to the
policies.adocfile in your new branch. - Click the pencil icon (Edit this file) in the top right corner of the file view.
- Make your proposed changes.
- Formatting Note: We use AsciiDoc (
.adoc). Please ensure you match the existing formatting, especially the nested bullet points (*,**,***) and the bolded hardcoded numbers (e.g.,*1.5.2.1.*).
- Formatting Note: We use AsciiDoc (
- Scroll down to the Commit changes box at the bottom of the page.
- Write a clear, brief commit message explaining what you changed (e.g., "Clarified safety glasses rule in Machine Shop").
- Add a more detailed description if your change needs extra context.
- Make sure "Commit directly to the
[your-branch-name]branch" is selected. - Click Commit changes.
- Go to the Pull requests tab at the top of the repository.
- Click the green New pull request button.
- Set the
basebranch tomainand thecomparebranch to the branch you just created. - Click Create pull request.
- Fill out the PR description explaining why you are proposing this policy change.
- Click Create pull request one last time to submit it for review!
Once your PR is submitted, Staff and Exec will review the proposed changes. They may leave comments, ask for clarification, or request further edits before merging the changes into the official document.