String update and file extension name consistency (#436)
authorKrishan <33421343+kfiven@users.noreply.github.com>
Wed, 30 Mar 2022 08:12:52 +0000 (13:42 +0530)
committerGitHub <noreply@github.com>
Wed, 30 Mar 2022 08:12:52 +0000 (13:42 +0530)
commit1a6e3e73c5dc72a2f593f32725b7e977c39227ad
treeb76f81cbc149ddad1f0b2a86ecf300489400354c
parent7d508e5a7d1421dfb39737b52d18539cd7acb85b
String update and file extension name consistency (#436)

* Fixes #434

* Fixes #433

* Prtially fixes #432

* Disable auto labelling of issues

* Use yaml instead of yml as recommended by yaml.org

* shortened the strings

* simplified option description
19 files changed:
.github/FUNDING.yaml [new file with mode: 0644]
.github/FUNDING.yml [deleted file]
.github/ISSUE_TEMPLATE/bug_report.yaml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/bug_report.yml [deleted file]
.github/ISSUE_TEMPLATE/config.yaml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/config.yml [deleted file]
.github/ISSUE_TEMPLATE/feature_request.yaml [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.yml [deleted file]
.github/dependabot.yaml [new file with mode: 0644]
.github/dependabot.yml [deleted file]
.github/workflows/build-pull-request.yaml [new file with mode: 0644]
.github/workflows/build-pull-request.yml [deleted file]
.github/workflows/deploy-pull-request.yaml [new file with mode: 0644]
.github/workflows/deploy-pull-request.yml [deleted file]
.github/workflows/netlify-dev.yaml
src/app/molecules/room-history-visibility/RoomHistoryVisibility.jsx
src/app/organisms/create-room/CreateRoom.jsx
src/app/organisms/room/RoomSettings.jsx
src/app/organisms/room/RoomViewContent.jsx