diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md index 02b1e858a..3e5820d00 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/1-bug-report.md @@ -1,4 +1,4 @@ ---- +im--- name: "Bug report" about: Report a bug in IVPN Android app --- diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..ef83f48f5 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "develop" + ] +} \ No newline at end of file