Java

Форк
0
/
bug_report.yaml 
99 строк · 2.9 Кб
1
name: Bug Report
2
description: Something is not working as expected
3
labels: ["type=defect"]
4
body:
5
  - type: markdown
6
    attributes:
7
      value: >
8
        Thank you for filing a bug report. Please help us identify and resolve the bug by filling
9
        out the following fields. Before we begin, please make sure that the bug is still present in
10
        the [latest](https://github.com/google/guava/releases/latest) version of Guava available.
11
        If it's already fixed in the latest version of Guava, then please just update your Guava
12
        version instead.
13

14
  - type: input
15
    attributes:
16
      label: Guava Version
17
      description: Which version of Guava are you using?
18
      placeholder: e.g., 33.2.1-jre
19
    validations:
20
      required: true
21

22
  - type: textarea
23
    attributes:
24
      label: Description
25
      description: Please describe the issue you encountered.
26
    validations:
27
      required: true
28

29
  - type: textarea
30
    attributes:
31
      label: Example
32
      description: >
33
        Please provide a [Short, Self Contained, Correct (Compilable), Example](http://sscce.org/)
34
        demonstrating the bug.
35
      render: java
36
    validations:
37
      required: true
38

39
  - type: textarea
40
    attributes:
41
      label: Expected Behavior
42
      description: What did you expect to happen?
43
    validations:
44
      required: true
45

46
  - type: textarea
47
    attributes:
48
      label: Actual Behavior
49
      description: What actually happened?
50
    validations:
51
      required: true
52

53
  - type: dropdown
54
    attributes:
55
      label: Packages
56
      description: If this issue is package-specific, then please select the relevant packages.
57
      multiple: true
58
      options:
59
        - com.google.common.annotations
60
        - com.google.common.base
61
        - com.google.common.cache
62
        - com.google.common.collect
63
        - com.google.common.escape
64
        - com.google.common.eventbus
65
        - com.google.common.graph
66
        - com.google.common.hash
67
        - com.google.common.io
68
        - com.google.common.math
69
        - com.google.common.net
70
        - com.google.common.primitives
71
        - com.google.common.reflect
72
        - com.google.common.testing
73
        - com.google.common.util.concurrent
74

75
  - type: dropdown
76
    attributes:
77
      label: Platforms
78
      description: If this issue is platform-specific, then please select the relevant platforms.
79
      multiple: true
80
      options:
81
        - Android
82
        - GWT
83
        - Java 8
84
        - Java 11
85
        - Java 17
86
        - Java 21
87

88
  - type: checkboxes
89
    attributes:
90
      label: Checklist
91
      options:
92
        - label: >
93
            I agree to follow the
94
            [code of conduct](https://github.com/google/.github/blob/master/CODE_OF_CONDUCT.md).
95
          required: true
96
        - label: >
97
            I can reproduce the bug with the
98
            [latest](https://github.com/google/guava/releases/latest) version of Guava available.
99
          required: true
100

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.