You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See https://docs.github.com/en/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests
This will ask users filing an issue to indicate if it's a bug or a feature request and prompt them to include answers to common questions, reducing how many round-trips they need from maintainers.
Same for pull requests, especially to think about whether this is a breaking change.
Also add a .bazelversion file to pin the version devs and CI use when developing in the repo.
In the future we might want rules_codeowners to generate the .github/CODEOWNERS file as we expand community maintainers
To expedite issue processing please search open and closed issues before submitting a new one.
10
+
Existing issues often contain information about workarounds, resolution, or progress updates.
11
+
12
+
🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅-->
13
+
14
+
15
+
# 🐞 bug report
16
+
17
+
### Affected Rule
18
+
19
+
<!-- Can you pin-point one or more rules as the source of the bug? -->
20
+
<!-- ✍️edit: --> The issue is caused by the rule:
21
+
22
+
23
+
### Is this a regression?
24
+
25
+
<!-- Did this behavior use to work in the previous version? -->
26
+
<!-- ✍️--> Yes, the previous version in which this bug was not present was: ....
27
+
28
+
29
+
### Description
30
+
31
+
<!-- ✍️--> A clear and concise description of the problem...
32
+
33
+
34
+
## 🔬 Minimal Reproduction
35
+
36
+
<!--
37
+
Please create and share minimal reproduction of the issue. For the purpose you can create a GitHub repository and share a link. Make sure you don't upload any confidential files.
38
+
-->
39
+
40
+
## 🔥 Exception or Error
41
+
42
+
<pre><code>
43
+
<!-- If the issue is accompanied by an exception or an error, please share it below: -->
0 commit comments