Skip to content

Commit cdc8e88

Browse files
authored
Removing OOO from issue template. (#2292)
* Update bug.md * Ignoring all md files
1 parent 6ec79d3 commit cdc8e88

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ template_path=.github/ISSUE_TEMPLATE/bug.md
99
-->
1010

1111
### [READ] Step 1: Are you in the right place?
12-
**Thank you for submitting your issue. We are operating at reduced capacity from Dec 18 2020 to Jan 4 2021. Please expect delayed responses. For more urgent requests please reach us via our support channels https://firebase.google.com/support**
1312

1413
Issues filed here should be about bugs in __the code in this repository__.
1514
If you have a general question, need help debugging, or fall into some

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ apply plugin: com.google.firebase.gradle.plugins.ci.metrics.MetricsPlugin
6262
firebaseContinuousIntegration {
6363
ignorePaths = [
6464
/.*\.gitignore$/,
65-
/.*.md$/,
65+
/.*\/.*.md$/,
6666
]
6767
}
6868

0 commit comments

Comments
 (0)