Eddiebot: Move Code of Conduct link to Support Repo

Created on 18 Oct 2020  路  5Comments  路  Source: EddieJaoudeCommunity/EddieBot

I think the CoC link should be moved from the EddieBot repository to the Support repository

good first issue hacktoberfest

Most helpful comment

thank you for creating this issue, I agree 馃憤

All 5 comments

It's great having you contribute to this project

Feel free to raise an Issue! Welcome to the community :nerd_face:

If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our Discord chat and our GitHub Organisation - we help and encourage each other to contribute to open source little and often 馃 . Any questions let us know.

thank you for creating this issue, I agree 馃憤

Thank you @eddiejaoude for giving me this opportunity

In src/commandHandlers/codeOfConduct.ts change the repo link

...
  diverse, inclusive, and healthy community.
  Our Standards`
    )
    .addField('TLDR', 'Be nice :)', true)
    .addField(
      'Full details available on GitHub repo',
-      'https://github.com/EddieJaoudeCommunity/EddieBot/blob/master/CODE_OF_CONDUCT.md',
+      'https://github.com/EddieJaoudeCommunity/support/blob/main/CODE_OF_CONDUCT.md',
      true
    );
};
...

Okay, thank you for the insight

Was this page helpful?
0 / 5 - 0 ratings