You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contribution guidelines
2
2
3
-
**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.
3
+
**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.
4
4
5
5
If you wish to contribute to the `error-stack-macros2` codebase, feel free to fork the repository and submit a pull request.
6
6
@@ -14,4 +14,4 @@ If you wish to contribute to the `error-stack-macros2` codebase, feel free to fo
14
14
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.
15
15
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.
16
16
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.**
17
-
1.[Submit a pull request](https://github.com/LuisFerLCC/error-stack-macros2/compare).
17
+
1.[Submit a pull request](https://github.com/luisfi-dev/error-stack-macros2/compare).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
## Before you go ANY further...
4
4
5
5
- 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.
6
-
- 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).
6
+
- 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).
7
7
8
-
**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.
8
+
**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.
9
9
10
10
Thank you for contributing to the `error-stack-macros2` codebase!
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ description: Is the macro not working as intended?
3
3
title: BUG - (brief description)
4
4
labels:
5
5
- 🐞 Bug
6
-
assignees: LuisFerLCC
6
+
assignees: luisfi-dev
7
7
8
8
body:
9
9
- type: markdown
10
10
attributes:
11
11
value: |
12
12
# Bug Report
13
13
14
-
**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.
14
+
**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.
15
15
16
16
- type: input
17
17
id: crate-version
@@ -85,13 +85,13 @@ body:
85
85
label: Contribution guidelines
86
86
description: By submitting this issue, you agree that...
87
87
options:
88
-
- label: This is a bug, not you [asking for support](https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a).
88
+
- label: This is a bug, not you [asking for support](https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a).
89
89
required: true
90
90
- label: You have read the [documentation](https://docs.rs/error-stack-macros2) and made sure this is not intended behavior.
91
91
required: true
92
92
- label: The issue has not already been reported.
93
93
required: true
94
94
- label: You are following the project's [Code of
95
-
Conduct](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature-request.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ description: Do you have a suggestion or an idea for a new feature?
3
3
title: SUGGESTION - (brief description)
4
4
labels:
5
5
- ✨ Enhancement
6
-
assignees: LuisFerLCC
6
+
assignees: luisfi-dev
7
7
8
8
body:
9
9
- type: markdown
10
10
attributes:
11
11
value: |
12
12
# Feature Request
13
13
14
-
**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.
14
+
**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.
15
15
16
16
- type: textarea
17
17
id: description
@@ -48,7 +48,7 @@ body:
48
48
label: Contribution guidelines
49
49
description: By submitting this issue, you agree that...
50
50
options:
51
-
- label: This is a suggestion, not you [asking for support](https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a).
51
+
- label: This is a suggestion, not you [asking for support](https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a).
52
52
required: true
53
53
- label: You have read the [documentation](https://docs.rs/error-stack-macros2) and made sure this is not already implemented.
54
54
required: true
@@ -59,6 +59,6 @@ body:
59
59
- label: This feature fits within `error-stack-macros2`'s scope and purpose.
60
60
required: true
61
61
- label: You are following the project's [Code of
62
-
Conduct](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# New Pull Request
2
2
3
-
**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.
3
+
**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.
4
4
5
5
## First things first...
6
6
7
-
- Make sure to read the [contribution guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md) before you go any further.
7
+
- 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.
8
8
- 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.
9
9
-**Please make sure that all of your commits are [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification).**
[](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md)
[](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md)
7
7
8
8
Community-made procedural macros for [`error-stack`].
9
9
@@ -76,12 +76,12 @@ assert_eq!(err.to_string(), "experiment error: could not run experiment");
76
76
## Support
77
77
78
78
Need help using `error-stack-macros2`? Don't hesitate to reach out on
0 commit comments