diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index d12d8ae..84a294b 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contribution guidelines -**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT. +**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT. If you wish to contribute to the `error-stack-macros2` codebase, feel free to fork the repository and submit a pull request. @@ -14,4 +14,4 @@ If you wish to contribute to the `error-stack-macros2` codebase, feel free to fo 1. Run `cargo test` (or VSCode task _Cargo: Test_) to run the tests. You can also run `cargo build` (_Cargo: Create development build_) to test the macro in a local Cargo project, or run `cargo doc` (_Cargo: Generate documentation_) to build the documentation. 1. Run `cargo fmt` and `cargo clippy` (or VSCode tasks _RustFMT: Format_ and _Cargo Clippy: Lint_) and make sure there are no warnings or errors. 1. Commit and push your changes. **NOTE: This repository requires all commits to be [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification). Please make sure to sign all of your commits. Commits made through the GitHub web app are signed by default.** -1. [Submit a pull request](https://github.com/LuisFerLCC/error-stack-macros2/compare). +1. [Submit a pull request](https://github.com/luisfi-dev/error-stack-macros2/compare). diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 8473943..74c54f9 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -3,8 +3,8 @@ ## Before you go ANY further... - Refer to the [documentation](https://docs.rs/error-stack-macros2) to make sure the error is actually a bug and not a mistake of your own. -- Please help us process your issue efficiently and in detail by using one of our [issue templates](https://github.com/LuisFerLCC/error-stack-macros2/issues/new/choose). +- Please help us process your issue efficiently and in detail by using one of our [issue templates](https://github.com/luisfi-dev/error-stack-macros2/issues/new/choose). -**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT. +**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT. Thank you for contributing to the `error-stack-macros2` codebase! diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d10779b..f30866d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -3,7 +3,7 @@ description: Is the macro not working as intended? title: BUG - (brief description) labels: - 🐞 Bug -assignees: LuisFerLCC +assignees: luisfi-dev body: - type: markdown @@ -11,7 +11,7 @@ body: value: | # Bug Report - **IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT. + **IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT. - type: input id: crate-version @@ -85,13 +85,13 @@ body: label: Contribution guidelines description: By submitting this issue, you agree that... options: - - label: This is a bug, not you [asking for support](https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a). + - label: This is a bug, not you [asking for support](https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a). required: true - label: You have read the [documentation](https://docs.rs/error-stack-macros2) and made sure this is not intended behavior. required: true - label: The issue has not already been reported. required: true - label: You are following the project's [Code of - Conduct](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution - guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md). + Conduct](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution + guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md). required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 1e00b3e..c06db2c 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,5 +6,5 @@ contact_links: about: Please check the documentation before filing new issues. - name: Support - url: https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a + url: https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a about: Need help? Ask on GitHub discussions! diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index 4dde3a1..c42c232 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -3,7 +3,7 @@ description: Is there something wrong or missing in the documentation? title: DOCS - (brief description) labels: - 📄 Documentation -assignees: LuisFerLCC +assignees: luisfi-dev body: - type: markdown @@ -49,11 +49,11 @@ body: description: By submitting this issue, you agree that... options: - label: This is a documentation issue, not you [asking for - support](https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a). + support](https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a). required: true - label: The issue has not already been reported. required: true - label: You are following the project's [Code of - Conduct](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution - guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md). + Conduct](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution + guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md). required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index d0556b4..31da4c5 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -3,7 +3,7 @@ description: Do you have a suggestion or an idea for a new feature? title: SUGGESTION - (brief description) labels: - ✨ Enhancement -assignees: LuisFerLCC +assignees: luisfi-dev body: - type: markdown @@ -11,7 +11,7 @@ body: value: | # Feature Request - **IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT. + **IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT. - type: textarea id: description @@ -48,7 +48,7 @@ body: label: Contribution guidelines description: By submitting this issue, you agree that... options: - - label: This is a suggestion, not you [asking for support](https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a). + - label: This is a suggestion, not you [asking for support](https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a). required: true - label: You have read the [documentation](https://docs.rs/error-stack-macros2) and made sure this is not already implemented. required: true @@ -59,6 +59,6 @@ body: - label: This feature fits within `error-stack-macros2`'s scope and purpose. required: true - label: You are following the project's [Code of - Conduct](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution - guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md). + Conduct](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution + guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md). required: true diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4d5638c..d788d48 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,10 @@ # New Pull Request -**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT. +**IMPORTANT:** IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE [SECURITY ADVISORIES](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new) TO FILE A PRIVATE REPORT. ## First things first... -- Make sure to read the [contribution guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md) before you go any further. +- Make sure to read the [contribution guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md) before you go any further. - Is there an issue related to your changes? If so, link to it here. If not, create an issue before submitting your pull request in order to discuss. - **Please make sure that all of your commits are [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification).** diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b506cf..dd90cfa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: labels: - "📦 Dependencies" assignees: - - LuisFerLCC + - luisfi-dev # Development dependencies (e.g., [dev-dependencies]) - package-ecosystem: "cargo" @@ -23,4 +23,4 @@ updates: labels: - "💻 Dev Dependencies" assignees: - - LuisFerLCC + - luisfi-dev diff --git a/.github/workflows/syncLabels.yml b/.github/workflows/syncLabels.yml index 2a79c38..bef2000 100644 --- a/.github/workflows/syncLabels.yml +++ b/.github/workflows/syncLabels.yml @@ -18,7 +18,7 @@ jobs: sync: name: Sync labels runs-on: ubuntu-latest - if: github.repository_owner == 'LuisFerLCC' + if: github.repository_owner == 'luisfi-dev' steps: - name: Checkout repository diff --git a/README.md b/README.md index 66838a1..ddb9cda 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![crates.io latest version](https://img.shields.io/crates/v/error-stack-macros2?label=version&logo=rust)](https://crates.io/crates/error-stack-macros2) [![crates.io downloads](https://img.shields.io/crates/d/error-stack-macros2)](https://crates.io/crates/error-stack-macros2) -[![Tests status](https://img.shields.io/github/actions/workflow/status/LuisFerLCC/error-stack-macros2/test.yml?branch=master&label=tests)](https://github.com/LuisFerLCC/error-stack-macros2/actions/workflows/test.yml) -[![Contributor Covenant Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-3.0-5e0d73?logo=contributorcovenant)](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) +[![Tests status](https://img.shields.io/github/actions/workflow/status/luisfi-dev/error-stack-macros2/test.yml?branch=master&label=tests)](https://github.com/luisfi-dev/error-stack-macros2/actions/workflows/test.yml) +[![Contributor Covenant Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-3.0-5e0d73?logo=contributorcovenant)](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) Community-made procedural macros for [`error-stack`]. @@ -76,12 +76,12 @@ assert_eq!(err.to_string(), "experiment error: could not run experiment"); ## Support Need help using `error-stack-macros2`? Don't hesitate to reach out on -[GitHub Discussions](https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a)! +[GitHub Discussions](https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a)! ## Links - [Documentation] -- [GitHub](https://github.com/LuisFerLCC/error-stack-macros2) +- [GitHub](https://github.com/luisfi-dev/error-stack-macros2) - [crates.io](https://crates.io/crates/error-stack-macros2) ## Contributing @@ -92,14 +92,14 @@ Before creating an issue, please consider the following: make sure the error is actually a bug and not a mistake of your own. - Make sure the issue hasn't already been reported or suggested. - Please report any security vulnerabilities privately through - [Security Advisories](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new). + [Security Advisories](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new). - After following these steps, you can file an issue using one of our - [templates](https://github.com/LuisFerLCC/error-stack-macros2/issues/new/choose). + [templates](https://github.com/luisfi-dev/error-stack-macros2/issues/new/choose). Please make sure to follow our - [Code of Conduct](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md). -- If you wish to [submit a pull request](https://github.com/LuisFerLCC/error-stack-macros2/compare) + [Code of Conduct](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md). +- If you wish to [submit a pull request](https://github.com/luisfi-dev/error-stack-macros2/compare) alongside your issue, please follow our - [contribution guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md). + [contribution guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md). ## Disclaimer diff --git a/RELEASE.md b/RELEASE.md index 30c6c5e..e37bb08 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -17,4 +17,4 @@ All dependencies have been updated to their latest versions, which in this case ## Previous release notes -If you want to take a look at the notes from previous releases, go to [GitHub Releases](https://github.com/LuisFerLCC/error-stack-macros2/releases). +If you want to take a look at the notes from previous releases, go to [GitHub Releases](https://github.com/luisfi-dev/error-stack-macros2/releases). diff --git a/SECURITY.md b/SECURITY.md index 9ff2453..2bf42af 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -10,4 +10,4 @@ ## Report a vulnerability Please report any security vulnerabilities privately through -[Security Advisories](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new). +[Security Advisories](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new). diff --git a/impl/Cargo.toml b/impl/Cargo.toml index ef741db..532b986 100644 --- a/impl/Cargo.toml +++ b/impl/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "error-stack-macros2" version = "0.2.1" -authors = ["LuisFerLCC"] +authors = ["luisfi-dev"] edition = "2024" rust-version = "1.92.0" description = "Community-made procedural macros for error-stack." readme = "../README.md" -repository = "https://github.com/LuisFerLCC/error-stack-macros2" +repository = "https://github.com/luisfi-dev/error-stack-macros2" license = "Apache-2.0" keywords = ["error", "errorstack", "error-handling", "macros", "proc-macro"] categories = ["development-tools", "rust-patterns"] diff --git a/impl/src/lib.rs b/impl/src/lib.rs index aa980db..f57a171 100644 --- a/impl/src/lib.rs +++ b/impl/src/lib.rs @@ -1,7 +1,7 @@ //! [![crates.io latest version](https://img.shields.io/crates/v/error-stack-macros2?label=version&logo=rust)](https://crates.io/crates/error-stack-macros2) //! [![crates.io downloads](https://img.shields.io/crates/d/error-stack-macros2)](https://crates.io/crates/error-stack-macros2) -//! [![Tests status](https://img.shields.io/github/actions/workflow/status/LuisFerLCC/error-stack-macros2/test.yml?branch=master&label=tests)](https://github.com/LuisFerLCC/error-stack-macros2/actions/workflows/test.yml) -//! [![Contributor Covenant Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-3.0-5e0d73?logo=contributorcovenant)](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) +//! [![Tests status](https://img.shields.io/github/actions/workflow/status/luisfi-dev/error-stack-macros2/test.yml?branch=master&label=tests)](https://github.com/luisfi-dev/error-stack-macros2/actions/workflows/test.yml) +//! [![Contributor Covenant Code of Conduct](https://img.shields.io/badge/Contributor%20Covenant-3.0-5e0d73?logo=contributorcovenant)](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) //! //! Community-made procedural macros for [`error-stack`]. //! @@ -74,12 +74,12 @@ //! # Support //! //! Need help using `error-stack-macros2`? Don't hesitate to reach out on -//! [GitHub Discussions](https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a)! +//! [GitHub Discussions](https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a)! //! //! # Links //! //! - [Documentation] -//! - [GitHub](https://github.com/LuisFerLCC/error-stack-macros2) +//! - [GitHub](https://github.com/luisfi-dev/error-stack-macros2) //! - [crates.io](https://crates.io/crates/error-stack-macros2) //! //! # Contributing @@ -90,14 +90,14 @@ //! make sure the error is actually a bug and not a mistake of your own. //! - Make sure the issue hasn't already been reported or suggested. //! - Please report any security vulnerabilities privately through -//! [Security Advisories](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new). +//! [Security Advisories](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new). //! - After following these steps, you can file an issue using one of our -//! [templates](https://github.com/LuisFerLCC/error-stack-macros2/issues/new/choose). +//! [templates](https://github.com/luisfi-dev/error-stack-macros2/issues/new/choose). //! Please make sure to follow our -//! [Code of Conduct](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md). -//! - If you wish to [submit a pull request](https://github.com/LuisFerLCC/error-stack-macros2/compare) +//! [Code of Conduct](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md). +//! - If you wish to [submit a pull request](https://github.com/luisfi-dev/error-stack-macros2/compare) //! alongside your issue, please follow our -//! [contribution guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md). +//! [contribution guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md). //! //! # Disclaimer //! diff --git a/tests/Cargo.toml b/tests/Cargo.toml index fac7f48..05cd01c 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "error-stack-macros2-tests" version = "0.2.1" -authors = ["LuisFerLCC"] +authors = ["luisfi-dev"] edition = "2024" rust-version = "1.92.0" publish = false