Changing the Code of Conduct and the README to apply with the organization

This commit is contained in:
A Bunch of Computer Nerds 2024-12-08 19:36:50 -03:00
parent a0f0b5df6c
commit 0f6ae653b9
2 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ representative at an online or offline event.
Instances of abusive, harassing, or otherwise unacceptable behavior may be Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at reported to the community leaders responsible for enforcement at
lucmsilva651@gmail.com. abocn@protonmail.com.
All complaints will be reviewed and investigated promptly and fairly. All complaints will be reviewed and investigated promptly and fairly.
All community leaders are obligated to respect the privacy and security of the All community leaders are obligated to respect the privacy and security of the

View File

@ -1,6 +1,6 @@
# Lynx (Node.js Telegram Bot) # Lynx (Node.js Telegram Bot)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)
![GitHub License](https://img.shields.io/github/license/lucmsilva651/lynx) ![GitHub License](https://img.shields.io/github/license/ABOCN/TelegramBot)
Lynx is a a simple Telegram bot made in Node.js. Lynx is a a simple Telegram bot made in Node.js.
- You can find Lynx at [@LynxBR_bot](https://t.me/LynxBR_bot) on Telegram. - You can find Lynx at [@LynxBR_bot](https://t.me/LynxBR_bot) on Telegram.
@ -16,7 +16,7 @@ Lynx is a a simple Telegram bot made in Node.js.
## Run it yourself, develop or contribute with Lynx ## Run it yourself, develop or contribute with Lynx
First, clone the repo with Git: First, clone the repo with Git:
``` ```
git clone https://github.com/lucmsilva651/lynx git clone https://github.com/ABOCN/TelegramBot
``` ```
And now, init the submodules with these commands (this is very important): And now, init the submodules with these commands (this is very important):
``` ```