https://github.com/thebastionbot/metadata
The Bastion Bot Project Information.
https://github.com/thebastionbot/metadata
Last synced: 8 months ago
JSON representation
The Bastion Bot Project Information.
- Host: GitHub
- URL: https://github.com/thebastionbot/metadata
- Owner: TheBastionBot
- License: gpl-3.0
- Created: 2018-06-01T14:05:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-05T21:39:53.000Z (about 8 years ago)
- Last Synced: 2025-07-05T20:13:23.975Z (12 months ago)
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Organization Metadata
This repository contains metadata for [TheBastionBot] GitHub Organization.
## FAQs
#### How to add custom avatars to your profile card, in the [contributors] page?
1. Edit the `data/avatars.json` file in this repository and add the link to
an valid image for your GitHub username.
For example,
```json
"k3rn31p4nic": "https://resources.bastionbot.org/assets/266290969974931457.png"
```
2. Run the members' metadata generator
```bash
python generators/generateMembers.py
```
*If you're not able to do it for some reason, it's okay. The member who'll be
merging your pull request, will do it for you.*
3. Commit changes (preferably with a descriptive commit message, like the one below)
```git
avatars: add custom avatar for k3rn31p4nic
```
*Don't use k3rn31p4nic, use your username!*
4. Make a Pull Request to the origin (this) repository.
5. A member with `write` access to this repository will review and merge your
pull request and then your profile card in the [contributors] page will show
the custom avatar.
[TheBastionBot]: https://git.io/bastion
[contributors]: https://bastionbot.org/contributors