Skip to content

Commit

Permalink
Removed all non-source code from the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Apr 4, 2024
1 parent 7e3ea48 commit eb42bf5
Show file tree
Hide file tree
Showing 895 changed files with 19,867 additions and 70,956 deletions.
6 changes: 0 additions & 6 deletions .dockerignore

This file was deleted.

8 changes: 0 additions & 8 deletions .github/CODEOWNERS

This file was deleted.

31 changes: 6 additions & 25 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,14 @@
---
name: Bug report
about: Create a report to help us improve Tribler
about: Create a report to help us improve
title: ''
labels: ['type: bug']
labels: 'priority: unknown'
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
**Traceback and/or steps to reproduce**

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**

- OS: [e.g. Windows 11]
- Tribler's version [e.g. 7.10.0]

**Additional context**
Add any other context about the problem here.
```python
Insert your traceback here!
```
14 changes: 2 additions & 12 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
---
name: Feature request
about: Suggest an idea for Tribler
about: Suggest an idea for this project
title: ''
labels: ['type: enhancement']
labels: 'priority: unknown'
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Question
about: Ask for clarification of properties or the use of this project
title: ''
labels: question
assignees: ''

---


19 changes: 0 additions & 19 deletions .github/actions/add-pythonpath/action.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/actions/pyenv/action.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .github/actions/save_git_info/action.yml

This file was deleted.

23 changes: 0 additions & 23 deletions .github/actions/timeout/action.yml

This file was deleted.

47 changes: 0 additions & 47 deletions .github/actions/windows_dependencies/action.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Fixes #(issue number)

This PR:

- Adds (a new feature description)
- Fixes (a minor bug description)
- Updates (a change in behavior description)
- Removes (a feature description)

[In case of a large architectural change: please add a detailed description and an image here]

Loading

0 comments on commit eb42bf5

Please sign in to comment.