diff options
| author | Bobby <[email protected]> | 2022-11-05 03:09:59 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-05 03:09:59 -0400 |
| commit | 3487049d5b7ada8b9e10cb5500e2f5c4249a13d8 (patch) | |
| tree | 19c37fd599bcb99eb9dbd5cecdf5f1e19f810e76 /maintainers.yml | |
| parent | 101cc6d5b832f6a2c22b08fb37922f3548c7a574 (diff) | |
| download | texty-3487049d5b7ada8b9e10cb5500e2f5c4249a13d8.tar.xz texty-3487049d5b7ada8b9e10cb5500e2f5c4249a13d8.zip | |
feat: Added maintainers
Diffstat (limited to 'maintainers.yml')
| -rw-r--r-- | maintainers.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/maintainers.yml b/maintainers.yml new file mode 100644 index 0000000..6d6babd --- /dev/null +++ b/maintainers.yml @@ -0,0 +1,22 @@ +# This file is a list of maintainers for the project. It is used by the +# `maintainers` command in the `commit.sh` script to automatically add +# maintainers to the `README.md` file in the maintainers section, present +# at the bottom of the file. + + +# The maintainers are listed in the following format: +# - name: <name of the maintainer> +# github: <github username of the maintainer> +# email: <email of the maintainer> (optional) +# website: <website of the maintainer> (optional) +# twitter: <twitter username of the maintainer> (optional) + +# The maintainers are listed in the order of their addition to the file. If +# you ever added or modified any parts of this repository, please add your +# name to the maintainers list at the bottom of this file. + +- name: "Bobby" + github: "luciferreeves" + email: "" + website: "https://thatcomputerscientist.com" + |
