Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

name: Bug report
about: Report incorrect or unexpected behavior of any cordis libraries/packages
about: Report incorrect or unexpected behavior of any cordis libraries/services
title: ''
labels: 's: unverified, type: bug'
assignees: ''
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name: Feature request
about: Request a feature for any of the cordis libraries/services
title: ''
labels: 'type: enhancement'
labels: 't: feature'
assignees: ''
---

Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/meta_thread.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---

name: Meta thread
about: Open up a meta thread to hold discussions about a release, repository configuration or general direction of the project
title: ''
labels: 't: meta'
assignees: ''
---
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img width="400" height="400" src="media/cordis_transparent.png">
<img width="300" height="300" style="width: 100%; height: auto;" src="media/cordis_transparent.png">
<h4>
A fully modular, micro-service based <a href="https://nodejs.org/">Node.js</a> wrapper around the <a href="https://discordapp.com/developers/docs/intro">Discord API</a>
</h3>
Expand Down