Skip to content

Commit

Permalink
GitHub: Update code of conduct (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Jul 27, 2024
1 parent 23d2c8d commit 1daeca0
Show file tree
Hide file tree
Showing 310 changed files with 323 additions and 325 deletions.
16 changes: 8 additions & 8 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## 1. Purpose

A primary goal of FleuntHub is to be inclusive to the largest number of contributors, with the most varied and diverse backgrounds possible. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, ability, ethnicity, socioeconomic status, and religion (or lack thereof).
A primary goal of FluentHub is to be inclusive to the largest number of contributors, with the most varied and diverse backgrounds possible. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, ability, ethnicity, socioeconomic status, and religion (or lack thereof).

This code of conduct outlines our expectations for all those who participate in our community, as well as the consequences for unacceptable behavior.

We invite all those who participate in FleuntHub to help us create safe and positive experiences for everyone.
We invite all those who participate in FluentHub to help us create safe and positive experiences for everyone.

## 2. Open [Source/Culture/Tech] Citizenship

Expand Down Expand Up @@ -45,7 +45,7 @@ The following behaviors are considered harassment and are unacceptable within ou

## 5. Weapons Policy

No weapons will be allowed at FleuntHub events, community spaces, or in other spaces covered by the scope of this Code of Conduct. Weapons include but are not limited to guns, explosives (including fireworks), and large knives such as those used for hunting or display, as well as any other item used for the purpose of causing injury or harm to others. Anyone seen in possession of one of these items will be asked to leave immediately, and will only be allowed to return without the weapon. Community members are further expected to comply with all state and local laws on this matter.
No weapons will be allowed at FluentHub events, community spaces, or in other spaces covered by the scope of this Code of Conduct. Weapons include but are not limited to guns, explosives (including fireworks), and large knives such as those used for hunting or display, as well as any other item used for the purpose of causing injury or harm to others. Anyone seen in possession of one of these items will be asked to leave immediately, and will only be allowed to return without the weapon. Community members are further expected to comply with all state and local laws on this matter.

## 6. Consequences of Unacceptable Behavior

Expand All @@ -57,17 +57,17 @@ If a community member engages in unacceptable behavior, the community organizers

## 7. Reporting Guidelines

If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible. [email protected].

If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible. Please notify [@0x5BFA](https://github.com/0x5BFA) in case you want to report a violation of a security guideline.

[Reporting guidelines](https://discord.gg/8KtRkjq2Q4)

Additionally, community organizers are available to help community members engage with local law enforcement or to otherwise help those experiencing unacceptable behavior feel safe. In the context of in-person events, organizers will also provide escorts as desired by the person experiencing distress.

## 8. Addressing Grievances

If you feel you have been falsely or unfairly accused of violating this Code of Conduct, you should notify fluenthub-uwp with a concise description of your grievance. Your grievance will be handled in accordance with our existing governing policies.

If you feel you have been falsely or unfairly accused of violating this Code of Conduct, you should notify [@0x5BFA](https://github.com/0x5BFA) with a concise description of your grievance. Your grievance will be handled in accordance with our existing governing policies.

https://discord.gg/8KtRkjq2Q4

## 9. Scope

Expand All @@ -77,7 +77,7 @@ This code of conduct and its related procedures also applies to unacceptable beh

## 10. Contact info

onein528@outlook.com
Please notify [@0x5BFA](https://github.com/0x5BFA) in case you want to report a violation of a security guideline.

## 11. License and attribution

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'Appx Packages (${{ env.CONFIGURATION }}, ${{ env.PLATFORM }})'
path: ${{ env.ARTIFACTS_STAGING_DIR }}
path: ${{ env.ARTIFACTS_STAGING_DIR }}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: 'Appx Packages (${{ env.CONFIGURATION }}, ${{ env.ARCHITECTURE }})'
path: ${{ env.ARTIFACTS_STAGING_DIR }}
path: ${{ env.ARTIFACTS_STAGING_DIR }}
1 change: 0 additions & 1 deletion FluentHub.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "git", "git", "{226C9D72-1B6
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
crowdin.yml = crowdin.yml
LICENSE = LICENSE
Privacy.md = Privacy.md
README.md = README.md
EndProjectSection
EndProject
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/FluentHub.App/App.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using FluentHub.App.Utils;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Converters/DecimalToMetricConverter.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml.Data;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml.Data;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml.Data;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Windows.UI;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml.Data;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Converters/ObjectToBoolConverter.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Converters/ObjectToStringConverter.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Converters/SettingsControlConverter.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml.Data;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Converters/StringToQuantityConverter.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml.Data;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml.Data;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml.Media.Animation;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Factories/NavigationBarFactory.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Data.Factories
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Items/CustomThemeItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Models
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Items/FolderCardItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml.Media.Imaging;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Items/ITabView.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Data.Items
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Items/ITabViewItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml.Controls;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Items/MergedCalendarDays.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Models
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Items/NavigationBarItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Data.Items
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Items/NavigationBarModel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml.Media.Animation;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Items/NavigationHistory.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Data.Items
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Items/NavigationHistoryItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml.Controls;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Items/PinnableRepository.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Models
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Items/TabViewItem.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using FluentHub.App.Utils;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Models/AccountModel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Models
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Models/CheckRunGroupModel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using System;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Models/CheckRunItemModel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using System;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Models/DefaultLanguageModel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using FluentHub.App.Extensions;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Models
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Models/SearchQueryModel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Models
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml.Media.Imaging;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Models/TaskStateMessaging.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Models
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Models/TaskStatusType.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Models
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Models/TimelineItemSelector.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Models/TreeLayoutPageModel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Models
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Models/UserNotificationMessage.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Models
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Models/UserNotificationMethod.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Models
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Data/Models/UserNotificationType.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Models
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

namespace FluentHub.App.Data.Parameters
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Dialogs/AccountSwitching.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using FluentHub.App.Services;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using FluentHub.App.Services;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Dialogs/EditUserProfileDialog.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using FluentHub.App.Services;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using FluentHub.App.Services;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

// Default
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Helpers/AppLifecycleHelper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using FluentHub.App.Utils;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Helpers/InteropHelpers.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Input;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using FluentHub.App.Models;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using FluentHub.App.Extensions;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Services/INavigationService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using Microsoft.UI.Xaml.Controls;
Expand Down
2 changes: 1 addition & 1 deletion src/FluentHub.App/Services/NavigationService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using FluentHub.App.Utils;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using CommunityToolkit.WinUI.UI;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) FluentHub
// Copyright (c) 2022-2024 0x5BFA
// Licensed under the MIT License. See the LICENSE.

using FluentHub.Octokit.Queries.Organizations;
Expand Down
Loading

0 comments on commit 1daeca0

Please sign in to comment.