Rust library to generate static websites
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

nit: misc repo fixes

+10 -17
+2 -9
.github/ISSUE_TEMPLATE/01-bug-report.yml
··· 17 17 id: bug-description 18 18 attributes: 19 19 label: Describe the Bug 20 - description: A clear and concise description of what the bug is. 21 - validations: 22 - required: true 23 - - type: textarea 24 - id: bug-expectation 25 - attributes: 26 - label: What's the expected result? 27 - description: Describe what you expect to happen. 28 - validations: 20 + description: A clear and concise description of what the bug is. Include any error messages you received, the expected behavior, and steps to reproduce if possible. 21 + validations: 29 22 required: true 30 23 - type: checkboxes 31 24 id: will-pr
+4 -4
CONTRIBUTING.md
··· 5 5 ## Before Opening Issues 6 6 7 7 - **Do not report security vulnerabilities publicly** (e.g., in issues or discussions), please refer to our [security policy](https://github.com/bruits/maudit/blob/main/SECURITY.md). 8 - - **Do not create issues for ideas or suggestions.** Instead, share your thoughts in our [GitHub Discussions](https://github.com/bruits/maudit/discussions/categories/ideas). 9 - - **Do not create issues for questions.** Instead, ask your question in our [GitHub Discussions](https://github.com/bruits/maudit/discussions/categories/q-a) or on [our Discord](https://maudit.org/chat). 8 + - **Do not create issues for questions about using Maudit.** Instead, ask your question in our [GitHub Discussions](https://github.com/bruits/maudit/discussions/categories/q-a) or on [our Discord](https://maudit.org/chat). 9 + - **Do not create issues for ideas or suggestions.** Instead, share your thoughts in our [GitHub Discussions](https://github.com/bruits/maudit/discussions/categories/ideas) or on [our Discord](https://maudit.org/chat). 10 10 - **Check for duplicates.** Look through existing issues and discussions to see if your topic has already been addressed. 11 - - Provide as much detail as possible. However, donโ€™t worry if itโ€™s incompleteโ€”we will help refine it! 11 + - Please include a reproducible example to help us understand your issue. 12 + - In general, provide as much detail as possible. No worries if it's not perfect, we'll figure it out together. 12 13 13 14 ## Before submitting Pull Requests (PRs) 14 15 15 16 - **Check for duplicates.** Look through existing PRs to see if your changes have already been submitted. 16 - - **Avoid trivial changes.** Don't submit PRs for typos, grammar, or insignificant changes, as they will be **declined** without review. 17 17 - PRs don't need to be perfect. Submit your best effort, and we will gladly assist in polishing the work. 18 18 19 19 ## Code of Conduct
+3 -3
README.md
··· 10 10 11 11 ๐Ÿ“ฆ See the [crate](https://crates.io/crates/maudit) on Crates.io, and the [reference](https://docs.rs/maudit/latest/maudit/) on Docs.rs. 12 12 13 - ๐Ÿ› [Report a bug](https://github.com/web-lsp/maudit/issues), please read our [contributing guidelines](#) and [code of conduct](#) first. 13 + ๐Ÿ› [Report a bug](https://github.com/bruits/maudit/issues), please read our [contributing guidelines](#) and [code of conduct](#) first. 14 14 15 15 ๐Ÿšจ [Report a security vulnerability](#), and be sure to review our [security policy](#). 16 16 17 - ๐Ÿ’ฌ Join the discussion on [Github](https://github.com/web-lsp/maudit/discussions) and [Discord](https://maudit.org/chat/), if you have any questions, ideas, or suggestions. 17 + ๐Ÿ’ฌ Join the discussion on [Github](https://github.com/bruits/maudit/discussions) and [Discord](https://maudit.org/chat/), if you have any questions, ideas, or suggestions. 18 18 19 19 ## Crates 20 20 21 - *Work in progress.* 21 + _Work in progress._
+1 -1
crates/cli/src/init.rs
··· 18 18 19 19 use crate::logging::format_elapsed_time; 20 20 21 - const REPO_TAR_URL: &str = "https://api.github.com/repos/web-lsp/maudit/tarball/main"; 21 + const REPO_TAR_URL: &str = "https://api.github.com/repos/bruits/maudit/tarball/main"; 22 22 23 23 const INTROS: [&str; 6] = [ 24 24 "Let the coronation begin.",