Skip to content

Commit aa821e0

Browse files
authored
Merge pull request #899 from gravitl/develop
Upgrade to v0.12.0
2 parents b77c41c + b73272b commit aa821e0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+992
-158
lines changed

.fpm

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
--name netclient
2+
--license sspl
3+
--depends wireguard-tools
4+
--description "Netmaker's netclient agent and CLI"
5+
--url "https//:github.com/gravitl/netmaker"
6+
--maintainer "[email protected]"
7+
--vendor Gravitl
8+
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["bug", "triage"]
5+
assignees: ["ok-john", "0xdcarns", "afeiszli", "mattkasun"]
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this bug report!
11+
- type: input
12+
id: contact
13+
attributes:
14+
label: Contact Details
15+
description: How can we get in touch with you if we need more info?
16+
placeholder: ex. [email protected]
17+
validations:
18+
required: false
19+
- type: textarea
20+
id: what-happened
21+
attributes:
22+
label: What happened?
23+
description: Also tell us, what did you expect to happen?
24+
placeholder: Tell us what you see!
25+
value: "A bug happened!"
26+
validations:
27+
required: true
28+
- type: dropdown
29+
id: version
30+
attributes:
31+
label: Version
32+
description: What version are you running?
33+
options:
34+
- v0.12.0
35+
- v0.11.1
36+
- v0.11.0
37+
- v0.10.0
38+
- v0.9.4
39+
- v0.9.3
40+
- v0.9.2
41+
- v0.9.1
42+
- v0.9.0
43+
- v0.8.5
44+
- Not sure
45+
- Not listed
46+
validations:
47+
required: true
48+
- type: dropdown
49+
id: os
50+
attributes:
51+
label: What OS are you using?
52+
multiple: true
53+
options:
54+
- Linux
55+
- FreeBSD
56+
- Windows
57+
- Mac
58+
- Unlisted
59+
- type: textarea
60+
id: logs
61+
attributes:
62+
label: Relevant log output
63+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
64+
render: shell
65+
- type: checkboxes
66+
id: terms
67+
attributes:
68+
label: Contributing guidelines
69+
description: Have you read [CONTRIBUTING.md](https://github.com/gravitl/netmaker/blob/master/CONTRIBUTING.md)
70+
options:
71+
- label: Yes, I did.
72+
required: true

0 commit comments

Comments
 (0)