From d57a6b0458da695f18b8646c4cb1536a24ca3fee Mon Sep 17 00:00:00 2001 From: PranavPurwar Date: Thu, 21 Apr 2022 22:16:52 +0530 Subject: [PATCH] Prepare for v0.0.3 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .gitignore | 2 +- CODE_OF_CONDUCT.md | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index de2afcc95..d94fd6d0b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem. **Mobile phone (please complete the following information):** - Device: [e.g. Pixel 6] - OS: [e.g. Android 12] -- Version [e.g. v0.0.2] +- Version [e.g. v0.0.3] **Additional context** Add any other context about the problem here. diff --git a/.gitignore b/.gitignore index 10cfdbfaf..878c2cd5b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.iml .gradle /local.properties -/.idea +.idea .DS_Store /build /captures diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 201b22887..e72b02fdd 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -114,15 +114,13 @@ the community. ## Attribution -This Code of Conduct is adapted from the [Contributor Covenant][homepage], +This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.0, available at [Contributor Conduct](https://www.contributor-covenant.org/version/2/0/code_of_conduct.html). Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity). -[homepage]: https://www.contributor-covenant.org - For answers to common questions about this code of conduct, see the FAQ [here](https://www.contributor-covenant.org/faq). Translations are available [here](https://www.contributor-covenant.org/translations).