diff --git a/README.md b/README.md index 2a849ad..b125ea1 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ $ run.sh Check out the [contribution guidelines](/CONTRIBUTING.md) for more information about how to contribute to this project. +All issues and requests related to resources (including maps, band charts, data) should be added in [miaowware/qrm-resources](https://github.com/miaowware/qrm-resources). + ## Copyright Copyright (C) 2019-2020 Abigail Gold, 0x5c diff --git a/exts/base.py b/exts/base.py index 970373b..bae2853 100644 --- a/exts/base.py +++ b/exts/base.py @@ -170,8 +170,11 @@ class BaseCog(commands.Cog): """Shows how to create a bug report or feature request about the bot.""" embed = cmn.embed_factory(ctx) embed.title = "Found a bug? Have a feature request?" - embed.description = ("Submit an issue on the [issue tracker]" - "(https://github.com/miaowware/qrm2/issues)!") + embed.description = """Submit an issue on the [issue tracker](https://github.com/miaowware/qrm2/issues)! + + All issues and requests related to resources (including maps, band charts, data) \ + should be added in \ + [miaowware/qrm-resources](https://github.com/miaowware/qrm-resources/issues).""" await ctx.send(embed=embed) @commands.command(name="echo", aliases=["e"], category=cmn.cat.admin) diff --git a/info.py b/info.py index 04b38c1..e673c23 100644 --- a/info.py +++ b/info.py @@ -11,6 +11,9 @@ the GNU General Public License, version 2. authors = ("@ClassAbbyAmplifier#2229", "@0x5c#0639") description = """A bot with various useful ham radio-related functions, written in Python.""" license = "Released under the GNU General Public License v2" -contributing = "Check out the source on GitHub, contributions welcome: https://github.com/miaowware/qrm2" +contributing = """Check out the [source on GitHub](https://github.com/miaowware/qrm2). Contributions are welcome! + + All issues and requests related to resources (including maps, band charts, data) should be added \ + in [miaowware/qrm-resources](https://github.com/miaowware/qrm-resources).""" release = "2.5.1" bot_server = "https://discord.gg/Ntbg3J4"