Skip to content

Commit b5ece10

Browse files
authored
Merge branch 'smv1999:master' into manny
2 parents c486c6c + 98db044 commit b5ece10

File tree

390 files changed

+26492
-111
lines changed

Some content is hidden

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

390 files changed

+26492
-111
lines changed

.github/ISSUE_TEMPLATE/---bug-report.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/---issue--feature.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/blank-issue-.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: Submit a bug report to help us improve
4+
labels: "bug"
5+
---
6+
7+
## 🐛 Bug Report
8+
9+
(A clear and concise description of what the bug is.)
10+
11+
### Have you read the [Contributing Guidelines on Pull Requests](https://github.com/smv1999/CompetitiveProgrammingQuestionBank/blob/master/CONTRIBUTING.md)?
12+
13+
(Write your answer here.)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: 📚 Documentation
3+
about: Report an issue related to documentation
4+
labels: "documentation"
5+
---
6+
7+
## 📚 Documentation
8+
9+
(A clear and concise description of what the issue is.)
10+
11+
### Have you read the [Contributing Guidelines on Pull Requests](https://github.com/smv1999/CompetitiveProgrammingQuestionBank/blob/master/CONTRIBUTING.md)?
12+
13+
(Write your answer here.)

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: 🚀 Feature
3+
about: Submit a proposal for a new feature
4+
labels: "feature"
5+
---
6+
7+
## 🚀 Feature
8+
9+
(A clear and concise description of what the feature is.)
10+
11+
### Have you read the [Contributing Guidelines on Pull Requests](https://github.com/smv1999/CompetitiveProgrammingQuestionBank/blob/master/CONTRIBUTING.md)?
12+
13+
(Write your answer here.)
14+
15+
## Motivation
16+
17+
(Please outline the motivation for the proposal.)
18+
19+
## Pitch
20+
21+
(Please explain why this feature should be implemented and how it would be used.)

.github/ISSUE_TEMPLATE/proposal.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: 💥 Proposal
3+
about: Propose a non-trivial change to Competitive Programming Question Bank
4+
labels: "proposal"
5+
---
6+
7+
## 💥 Proposal
8+
9+
(A clear and concise description of what the proposal is.)
10+
11+
### Have you read the [Contributing Guidelines on Pull Requests](https://github.com/smv1999/CompetitiveProgrammingQuestionBank/blob/master/CONTRIBUTING.md)?
12+
13+
(Write your answer here.)

.github/auto_assigner_config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Set to true to add reviewers to pull requests
2+
addReviewers: true
3+
4+
# Set to true to add assignees to pull requests
5+
addAssignees: false
6+
7+
# A list of reviewers to be added to pull requests (GitHub user name)
8+
reviewers:
9+
- smv1999
10+
- Saviour1001

.github/issues_labeler.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
C:
2+
- "( C )"
3+
C-Plus-Plus:
4+
- "(C-Plus-Plus|CPP|cpp|C++)"
5+
C-Sharp:
6+
- "(C-Sharp|csharp|C#)"
7+
Go:
8+
- "(Go|GO|Golang)"
9+
Java:
10+
- "(Java|java)"
11+
JavaScript:
12+
- "(JavaScript|JAVASCRIPT|Javascript|javascript|JS|js)"
13+
Python:
14+
- "(Python|PYTHON|python)"
15+
Q-Sharp:
16+
- "(Q-Sharp|qsharp|Q#)"
17+
enhancement:
18+
- "(enhancement)"

.github/labeler.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
C:
2+
- "( C )"
3+
C-Plus-Plus:
4+
- "(C-Plus-Plus|CPP|cpp|Cpp|C++)"
5+
C-Sharp:
6+
- "(C-Sharp|csharp|C#|C-SHARP|C-sharp|c-sharp|CSHARP)"
7+
Go:
8+
- "(Go|GO|Golang|golang|GOLANG)"
9+
Java:
10+
- "(Java|java|JAVA)"
11+
JavaScript:
12+
- "(JavaScript|JAVASCRIPT|Javascript|javascript|JS|js|javaScript)"
13+
Python:
14+
- "(Python|PYTHON|python)"
15+
Q-Sharp:
16+
- "(Q-Sharp|qsharp|Q#|Q-SHARP|Q-sharp|q-sharp|QSHARP)"
17+
enhancement:
18+
- "(enhancement)"
19+
Dart:
20+
- "(Dart|dart|DART)"

0 commit comments

Comments
 (0)