You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+31-14Lines changed: 31 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,16 @@
1
1
name: Bug Report
2
-
description: Create a bug report to help improve Files
3
-
labels: [bug]
2
+
description: Create a bug report to help improve Files.
3
+
type: 'Bug'
4
+
title: 'Bug: '
4
5
body:
5
6
7
+
# Tip to warn of checking for existing issues
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
> [!TIP]
12
+
> Have you checked for similar issues? There's a possibility the bug you are experiencing has already been reported. Please do a thorough search before creating a new issue.
13
+
6
14
# Description
7
15
- type: textarea
8
16
attributes:
@@ -23,22 +31,12 @@ body:
23
31
validations:
24
32
required: true
25
33
26
-
# Requirements
27
-
- type: textarea
28
-
attributes:
29
-
label: Requirements
30
-
description: describe the expected behavior (eg. Fix crash that occurs when...). If left blank, the issue will likely be closed without discussion.
31
-
value: |
32
-
- e.g. Fix crash that occurs when...
33
-
validations:
34
-
required: true
35
-
36
34
# Files Version
37
35
- type: input
38
36
id: files_version
39
37
attributes:
40
38
label: Files Version
41
-
description: Which version of Files are you using? To copy your Files version, access it from Settings -> About -> Copy -> Files version
39
+
description: Which version of Files are you using? To copy your Files version, access it from Settings -> About -> Copy -> Files version.
42
40
placeholder: "e.g. 2.0.34.0"
43
41
validations:
44
42
required: true
@@ -48,11 +46,30 @@ body:
48
46
id: windows_version
49
47
attributes:
50
48
label: Windows Version
51
-
description: Which version of Windows are you using? To copy your Windows version, access it from Settings -> About -> Copy -> Windows version
49
+
description: Which version of Windows are you using? To copy your Windows version, access it from Settings -> About -> Copy -> Windows version.
52
50
placeholder: "e.g. 10.0.22621.1848"
53
51
validations:
54
52
required: true
55
53
54
+
# User ID
55
+
- type: input
56
+
id: user_id
57
+
attributes:
58
+
label: User ID
59
+
description: Your User ID is a GUID that can be matched up with bug reports in Sentry. To copy your User ID, access it from Settings -> About -> Copy -> User ID.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/code_quality_issue.yml
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,33 @@
1
1
name: Code Quality Issue
2
2
description: Create a code quality issue to help Files keep a clean codebase
3
-
labels: [codebase quality]
3
+
type: 'Code quality'
4
+
title: 'Code Quality: '
4
5
body:
6
+
7
+
# Tip to warn of checking for existing issues
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
> [!TIP]
12
+
> Have you checked for similar code quality issues? There's a possibility your suggestion is already being tracked. Please do a thorough search before creating a new issue.
13
+
14
+
# Issue body
5
15
- type: textarea
6
16
attributes:
7
17
label: Description
8
18
description: A clear and concise description of what the code quality issue is.
9
19
validations:
10
20
required: true
21
+
22
+
# Related code
11
23
- type: textarea
12
24
attributes:
13
25
label: Concerned code
14
26
description: A list of the different files and/or areas of the code concerned by the issue.
15
27
validations:
16
28
required: true
29
+
30
+
# Gains
17
31
- type: textarea
18
32
attributes:
19
33
label: Gains
@@ -24,6 +38,8 @@ body:
24
38
- eg. Clarifying the responsibility of class C.
25
39
validations:
26
40
required: true
41
+
42
+
# Requirements
27
43
- type: textarea
28
44
attributes:
29
45
label: Requirements
@@ -32,6 +48,8 @@ body:
32
48
- eg. Using a specific design pattern.
33
49
- eg. Separating Interface I into three new interfaces I1, I2 and I3.
34
50
- eg. Regrouping the duplicated process into a new helper.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+13-5Lines changed: 13 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,16 @@
1
1
name: Feature Request
2
-
description: This project thrives from differentiation from competing apps. Suggest an idea for Files
3
-
labels: [feature request]
2
+
description: This project thrives from differentiation from competing apps. Suggest an idea for Files.
3
+
type: 'Feature request'
4
+
title: 'Feature: '
4
5
body:
5
6
7
+
# Tip to warn of checking for existing issues
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
> [!TIP]
12
+
>Have you checked for similar feature requests? There's a possibility your suggestion is already being tracked. Please do a thorough search before creating a new issue.
13
+
6
14
# Description
7
15
- type: textarea
8
16
attributes:
@@ -23,7 +31,7 @@ body:
23
31
- type: textarea
24
32
attributes:
25
33
label: Requirements
26
-
description: Describe all the requirements to make your idea happen
34
+
description: Describe all the requirements to make your idea happen.
27
35
value: |
28
36
- This proposal will accomplish X
29
37
- This proposal will accomplish Y
@@ -36,7 +44,7 @@ body:
36
44
id: files_version
37
45
attributes:
38
46
label: Files Version
39
-
description: Which version of Files are you using? To copy your Files version, access it from Settings -> About -> Copy -> Files version
47
+
description: Which version of Files are you using? To copy your Files version, access it from Settings -> About -> Copy -> Files version.
40
48
placeholder: 'e.g. 2.0.36.0'
41
49
validations:
42
50
required: true
@@ -46,7 +54,7 @@ body:
46
54
id: windows_version
47
55
attributes:
48
56
label: Windows Version
49
-
description: Which version of Windows are you using? To copy your Windows version, access it from Settings -> About -> Copy -> Windows version
57
+
description: Which version of Windows are you using? To copy your Windows version, access it from Settings -> About -> Copy -> Windows version.
Copy file name to clipboardExpand all lines: .github/NOTICE.md
+1-90Lines changed: 1 addition & 90 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,35 +199,6 @@ The above copyright notice and this permission notice shall be included in all c
199
199
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -645,66 +616,6 @@ A "contributor" is any person that distributes its contribution under this licen
645
616
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
This Privacy Policy ("Policy") for Files ("we", "us", or "our") describes how and why we collect, store, use, and disclose information about users ("you", "your") when you use our services ("Services"), and our desktop application (the "Application", "Files"). By using our Services, you acknowledge and consent to the practices described in this Policy.
6
-
7
-
## Table of Contents
8
-
9
-
1. Information We Collect
10
-
2. How We Use Your Information
11
-
3. Changes to This Privacy Policy
12
-
13
-
## Information We Collect
14
-
15
-
**Diagnostic Information.** Our Application collects non-personably identifiable diagnostic data such as fault analysis and performance logs. This information may include technical details about your device, such as its make, model, operating system, and Application version. In addition, Files may store log files containing diagnostic information on the user's device. These files are not shared with us by default.
16
-
17
-
**Usage Information.** We collect non-identifiable information about your use of our Services, including but not limited to interactions within the Application, enabled user preferences (Application settings), and usage patterns. Our Application uses Sentry for error reporting, please review the Sentry Privacy Policy here: https://sentry.io/privacy/.
18
-
19
-
Furthermore, we use certain Microsoft services such as Microsoft Partner Center to collect usage data, to learn more about how data is collected, used, and disclosed by Microsoft and its subsidiaries, please review the Microsoft Privacy Policy Statement available here: https://privacy.microsoft.com/privacystatement
20
-
21
-
Please note that any information we collect is non-identifiable and does not include any personal data. We do not share collected information with any third parties.
22
-
23
-
## How We Use Collected Information
24
-
25
-
**Mitigate Reliability Issues.** We may use the aggregated information to diagnose and address any unexpected issues that may arise during the use of our Application. This may include analyzing diagnostic data, such as fault analysis and performance logs, to identify the root cause of the issue and develop a solution to resolve it.
26
-
27
-
**Identify Usage Trends.** We may use the information to identify and analyze usage trends for our Services and Application. This may include analyzing aggregated usage data to understand how users interact with our Services and to measure their utilization intensity. We may use this analysis to improve the functionality, usability, and performance of our Services and to inform future development decisions.
28
-
29
-
## Changes to This Privacy Policy
30
-
31
-
We may modify, update, or amend this Privacy Policy from time to time to reflect changes made to our Application. When we change this Policy in a material manner, we will inform you of such changes by updating the 'Effective date' notice. It is your responsibility to review this Privacy Policy periodically to stay informed of any updates. Your continued use of the Services after any modifications to this Policy constitutes your acceptance of such changes.
3
+
The privacy policy has been moved to here https://files.community/privacy
0 commit comments