Skip to content

Commit 6f90e5c

Browse files
authored
Merge pull request #53 from luisfi-dev/gh-config
Change username to luisfi-dev
2 parents 91da99e + a4be7fb commit 6f90e5c

15 files changed

Lines changed: 47 additions & 47 deletions

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contribution guidelines
22

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.
44

55
If you wish to contribute to the `error-stack-macros2` codebase, feel free to fork the repository and submit a pull request.
66

@@ -14,4 +14,4 @@ If you wish to contribute to the `error-stack-macros2` codebase, feel free to fo
1414
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.
1515
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.
1616
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).

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
## Before you go ANY further...
44

55
- 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).
77

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.
99

1010
Thank you for contributing to the `error-stack-macros2` codebase!

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ description: Is the macro not working as intended?
33
title: BUG - (brief description)
44
labels:
55
- 🐞 Bug
6-
assignees: LuisFerLCC
6+
assignees: luisfi-dev
77

88
body:
99
- type: markdown
1010
attributes:
1111
value: |
1212
# Bug Report
1313
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.
1515
1616
- type: input
1717
id: crate-version
@@ -85,13 +85,13 @@ body:
8585
label: Contribution guidelines
8686
description: By submitting this issue, you agree that...
8787
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).
8989
required: true
9090
- label: You have read the [documentation](https://docs.rs/error-stack-macros2) and made sure this is not intended behavior.
9191
required: true
9292
- label: The issue has not already been reported.
9393
required: true
9494
- 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
96-
guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
95+
Conduct](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution
96+
guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
9797
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ contact_links:
66
about: Please check the documentation before filing new issues.
77

88
- name: Support
9-
url: https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a
9+
url: https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a
1010
about: Need help? Ask on GitHub discussions!

.github/ISSUE_TEMPLATE/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Is there something wrong or missing in the documentation?
33
title: DOCS - (brief description)
44
labels:
55
- 📄 Documentation
6-
assignees: LuisFerLCC
6+
assignees: luisfi-dev
77

88
body:
99
- type: markdown
@@ -49,11 +49,11 @@ body:
4949
description: By submitting this issue, you agree that...
5050
options:
5151
- label: This is a documentation issue, not you [asking for
52-
support](https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a).
52+
support](https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a).
5353
required: true
5454
- label: The issue has not already been reported.
5555
required: true
5656
- label: You are following the project's [Code of
57-
Conduct](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution
58-
guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
57+
Conduct](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution
58+
guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
5959
required: true

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ description: Do you have a suggestion or an idea for a new feature?
33
title: SUGGESTION - (brief description)
44
labels:
55
- ✨ Enhancement
6-
assignees: LuisFerLCC
6+
assignees: luisfi-dev
77

88
body:
99
- type: markdown
1010
attributes:
1111
value: |
1212
# Feature Request
1313
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.
1515
1616
- type: textarea
1717
id: description
@@ -48,7 +48,7 @@ body:
4848
label: Contribution guidelines
4949
description: By submitting this issue, you agree that...
5050
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).
5252
required: true
5353
- label: You have read the [documentation](https://docs.rs/error-stack-macros2) and made sure this is not already implemented.
5454
required: true
@@ -59,6 +59,6 @@ body:
5959
- label: This feature fits within `error-stack-macros2`'s scope and purpose.
6060
required: true
6161
- 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
63-
guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
62+
Conduct](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md) and [contribution
63+
guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
6464
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# New Pull Request
22

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.
44

55
## First things first...
66

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.
88
- 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.
99
- **Please make sure that all of your commits are [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification).**
1010

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ updates:
1111
labels:
1212
- "📦 Dependencies"
1313
assignees:
14-
- LuisFerLCC
14+
- luisfi-dev
1515

1616
# Development dependencies (e.g., [dev-dependencies])
1717
- package-ecosystem: "cargo"
@@ -23,4 +23,4 @@ updates:
2323
labels:
2424
- "💻 Dev Dependencies"
2525
assignees:
26-
- LuisFerLCC
26+
- luisfi-dev

.github/workflows/syncLabels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sync:
1919
name: Sync labels
2020
runs-on: ubuntu-latest
21-
if: github.repository_owner == 'LuisFerLCC'
21+
if: github.repository_owner == 'luisfi-dev'
2222

2323
steps:
2424
- name: Checkout repository

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![crates.io latest version](https://img.shields.io/crates/v/error-stack-macros2?label=version&logo=rust)](https://crates.io/crates/error-stack-macros2)
44
[![crates.io downloads](https://img.shields.io/crates/d/error-stack-macros2)](https://crates.io/crates/error-stack-macros2)
5-
[![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)
6-
[![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)
5+
[![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)
6+
[![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)
77

88
Community-made procedural macros for [`error-stack`].
99

@@ -76,12 +76,12 @@ assert_eq!(err.to_string(), "experiment error: could not run experiment");
7676
## Support
7777

7878
Need help using `error-stack-macros2`? Don't hesitate to reach out on
79-
[GitHub Discussions](https://github.com/LuisFerLCC/error-stack-macros2/discussions/categories/q-a)!
79+
[GitHub Discussions](https://github.com/luisfi-dev/error-stack-macros2/discussions/categories/q-a)!
8080

8181
## Links
8282

8383
- [Documentation]
84-
- [GitHub](https://github.com/LuisFerLCC/error-stack-macros2)
84+
- [GitHub](https://github.com/luisfi-dev/error-stack-macros2)
8585
- [crates.io](https://crates.io/crates/error-stack-macros2)
8686

8787
## Contributing
@@ -92,14 +92,14 @@ Before creating an issue, please consider the following:
9292
make sure the error is actually a bug and not a mistake of your own.
9393
- Make sure the issue hasn't already been reported or suggested.
9494
- Please report any security vulnerabilities privately through
95-
[Security Advisories](https://github.com/LuisFerLCC/error-stack-macros2/security/advisories/new).
95+
[Security Advisories](https://github.com/luisfi-dev/error-stack-macros2/security/advisories/new).
9696
- After following these steps, you can file an issue using one of our
97-
[templates](https://github.com/LuisFerLCC/error-stack-macros2/issues/new/choose).
97+
[templates](https://github.com/luisfi-dev/error-stack-macros2/issues/new/choose).
9898
Please make sure to follow our
99-
[Code of Conduct](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md).
100-
- If you wish to [submit a pull request](https://github.com/LuisFerLCC/error-stack-macros2/compare)
99+
[Code of Conduct](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CODE_OF_CONDUCT.md).
100+
- If you wish to [submit a pull request](https://github.com/luisfi-dev/error-stack-macros2/compare)
101101
alongside your issue, please follow our
102-
[contribution guidelines](https://github.com/LuisFerLCC/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
102+
[contribution guidelines](https://github.com/luisfi-dev/error-stack-macros2/blob/master/.github/CONTRIBUTING.md).
103103

104104
## Disclaimer
105105

0 commit comments

Comments
 (0)