diff options
Diffstat (limited to 'submit.md')
-rw-r--r-- | submit.md | 27 |
1 files changed, 4 insertions, 23 deletions
@@ -23,21 +23,14 @@ permalink: "submit/" ![Firefox network tab showing the full web page size of 1MB Club](/public/images/submit-screenshot.png) -I'm trying my best to make the site submission process as painless as possible. The goal is to avoid spam while trying not to exclude as many "non-techies" as possible. +### Pull Requests -There are currently two options to submit: - -1. [Open a PR](https://git.disroot.org/bt/1mb-club/pulls) -2. [Submit a ticket](https://git.disroot.org/bt/1mb-club/issues) - -### Option 1: Pull Requests - -Option #1 is the preferred preference. Your web page will be reviewed much faster and editing any minor mistakes is a more seamless process. +[Submit a pull request](https://git.disroot.org/bt/1mb-club/pulls) and your web page will be reviewed for quality assurance. The format of your newly added web page should be as follows: - Name the file as `yourdomain.com.md` (make note of the Markdown extension!) -- The inner content should be set like the format below (page size set to a single decimal place): +- The inner content should be set like the format below (page size set to a **single decimal place**): ``` --- @@ -46,19 +39,7 @@ size: 8.2 --- ``` -That said, I am fully aware that not everyone is familiar with `git` or submitting patches through pull requests. That's understandable. I would still highly recommend learning more about using a git workflow! - -If you would prefer to use a ticket-based system instead, then keep reading. - -### Option 2: Submit a Ticket - -Option #2 is less ideal but still okay. Your submission will take longer to review and any changes required might become more of a pain to fix. - -[Submit a ticket →](https://git.disroot.org/bt/1mb-club/issues). Simply mention the URL you wish to add in the email body and it will be manually reviewed. - -Thank you. - ## Bugs -If you come across any bugs or incorrect web page listings on this site, please submit a ticket for that as well! +If you come across any bugs or incorrect web page listings on this site, please [submit a ticket](https://git.disroot.org/bt/1mb-club/issues) for that as well! Please **do not** use tickets to submit websites! Thank you. |