Skip to content

Commit

Permalink
update: error page wording bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Sep 28, 2024
1 parent 3bf6589 commit f6ba03b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ When making commits, please use the following format for your commit messages:
Use the prefix `test:` for commits related to adding or modifying tests.
Example: `test: add tests for user authentication`

- **Additions**:
Use the prefix `add:` for commits that include new code additions, such as functions, classes, or modules that enhance the project.
Example: `add: create user profile component`

- **Updates**:
Use the prefix `update:` for commits that modify existing functionality, improve performance, or make changes that are not new features but enhance the current implementation.
Example: `update: enhance user profile loading performance`

- **Version Changes**:
Use the format `v6.x.x` for version bumps. List the changes made.
Example: v6.3.9 - Added Contributing.md, Testing Out Deployment Fixes
Expand Down
1 change: 1 addition & 0 deletions views/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<div id="mainbody" class="fullwidth">
<div class="box-error text-center">
<h1>Site Error!</h1>
<h2>Reload the page or do Ctrl+R!!! This fixes a lot of issues</h2>
<p>Might be doing some maintenance or the web server is down.</p>
<p>In that case wait a bit until it is resolved!</p>
<br />
Expand Down

0 comments on commit f6ba03b

Please sign in to comment.