Skip to content

Commit 0b9098d

Browse files
authored
Merge branch 'master' into add_vrurg
2 parents 3b70d40 + 5e9d288 commit 0b9098d

12 files changed

+529
-6
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Report a documentation problem
3+
about: Big changes to Perl 6 documentation and other learning resources
4+
title: ''
5+
labels: 'documentation'
6+
assignees: 'JJ'
7+
8+
---
9+
10+
<!--- Write a short description of the problem here. -->
11+
12+
13+
<!--- Provide more details here. *Do not* propose a solution. You can propose a solution later in the comments. -->
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Report another problem
3+
about: Basic template for reporting problems (if no other label fits)
4+
title: ''
5+
labels: 'fallback'
6+
assignees: 'AlexDaniel'
7+
8+
---
9+
10+
<!--- Write a short description of the problem here. -->
11+
12+
13+
<!--- Provide more details here. *Do not* propose a solution. You can propose a solution later in the comments. -->
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Report an infrastructure problem
3+
about: Servers, hosting, cloud, monitoring, backup and automation
4+
title: ''
5+
labels: 'infrastructure'
6+
assignees: 'rba', 'maettu'
7+
8+
---
9+
10+
<!--- Write a short description of the problem here. -->
11+
12+
13+
<!--- Provide more details here. *Do not* propose a solution. You can propose a solution later in the comments. -->
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Report a language problem
3+
about: Changes to the Perl 6 language
4+
title: ''
5+
labels: 'language'
6+
assignees: 'jnthn'
7+
8+
---
9+
10+
<!--- Write a short description of the problem here. -->
11+
12+
13+
<!--- Provide more details here. *Do not* propose a solution. You can propose a solution later in the comments. -->
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Report a meta problem
3+
about: Changes to the problem-solving repo and this document
4+
title: ''
5+
labels: 'meta'
6+
assignees: 'AlexDaniel'
7+
8+
---
9+
10+
<!--- Write a short description of the problem here. -->
11+
12+
13+
<!--- Provide more details here. *Do not* propose a solution. You can propose a solution later in the comments. -->
14+

.github/ISSUE_TEMPLATE/issue-template.md renamed to .github/ISSUE_TEMPLATE/issue-template-moarvm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
name: Report a problem
3-
about: Basic template for reporting problems
2+
name: Report a moarvm problem
3+
about: Big changes to MoarVM
44
title: ''
5-
labels: ''
6-
assignees: ''
5+
labels: 'rakudo'
6+
assignees: 'jnthn'
77

88
---
99

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Report a rakudo problem
3+
about: Big changes to Rakudo
4+
title: ''
5+
labels: 'rakudo'
6+
assignees: 'jnthn'
7+
8+
---
9+
10+
<!--- Write a short description of the problem here. -->
11+
12+
13+
<!--- Provide more details here. *Do not* propose a solution. You can propose a solution later in the comments. -->
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Report a unicode problem
3+
about: Unicode and encoding/decoding
4+
title: ''
5+
labels: 'unicode'
6+
assignees: 'samcv'
7+
8+
---
9+
10+
<!--- Write a short description of the problem here. -->
11+
12+
13+
<!--- Provide more details here. *Do not* propose a solution. You can propose a solution later in the comments. -->
14+

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,16 +161,15 @@ to be added as a responsible dev.
161161
File a `meta` issue if you want to be added to this list.
162162

163163
* [@AlexDaniel](https://github.com/AlexDaniel)
164+
* [@FCO](https://github.com/FCO)
164165
* [@JJ](https://github.com/JJ)
165166
* [@jnthn](https://github.com/jnthn)
166167
* [@lizmat](https://github.com/lizmat/)
167168
* [@maettu](https://github.com/maettu)
168169
* [@masak](https://github.com/masak)
169170
* [@MasterDuke17](https://github.com/MasterDuke17)
170-
* [@moritz](https://github.com/moritz)
171171
* [@rba](https://github.com/rba)
172172
* [@samcv](https://github.com/samcv)
173173
* [@timo](https://github.com/timo)
174174
* [@tony-o](https://github.com/tony-o)
175-
* [@ugexe](https://github.com/ugexe)
176175
* [@vrurg](https://github.com/vrurg)

0 commit comments

Comments
 (0)