add resources contrib info to ?info, ?issue, and readme

fixes #307
This commit is contained in:
Abigail G 2021-01-20 22:36:47 -05:00
parent 43a24d614b
commit 92ea6b7f34
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
3 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -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)

View File

@ -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"