diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index de5d31b..871e30b 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,12 +1,12 @@ # These are supported funding model platforms -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: samwhited -open_collective: # Replace with a single Open Collective username +github: mellium +patreon: # samwhited +open_collective: mellium ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry -liberapay: SamWhited +liberapay: # SamWhited issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username -custom: ['https://www.buymeacoffee.com/samwhited'] +custom: # ['https://www.buymeacoffee.com/samwhited'] diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index d47ae1a..c5f8a9e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,6 +10,6 @@ jobs: steps: - uses: superbrothers/auto-close-action@c9be55e32fb1bc2e40207afe5e103f891799334e with: - comment: "This repo is a mirror and does not accept PRs. See `README.md` and `CONTRIBUTING.md` for more information. Thanks for contributing!" + comment: "This repo is a mirror and does not accept PRs. See `README.md` for more information. Thanks for contributing!" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index 5ae3eb8..b63e842 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ An implementation of [RFC 7622], the XMPP Address Format, more commonly known as Currently, due to Rust not having a [PRECIS] implementation, this package is not fully compliant with 7622. -[RFC 7622]: https://tools.ietf.org/html/rfc7622 -[PRECIS]: https://tools.ietf.org/html/rfc7564 +If you'd like to contribute to the project, see [CONTRIBUTING.md]. ## License @@ -25,8 +24,14 @@ Licensed under either of at your option. + ### Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. + + +[RFC 7622]: https://tools.ietf.org/html/rfc7622 +[PRECIS]: https://tools.ietf.org/html/rfc7564 +[CONTRIBUTING.md]: https://mellium.im/docs/CONTRIBUTING