Skip to content

Commit

Permalink
Prettier PR
Browse files Browse the repository at this point in the history
  • Loading branch information
win11bot committed Oct 22, 2022
1 parent 07ae68b commit 421fd0b
Show file tree
Hide file tree
Showing 76 changed files with 49,031 additions and 44,732 deletions.
4 changes: 2 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CI:
- .github/
- .github/
MAIN:
- src/
- src/
6 changes: 3 additions & 3 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: publish
on:
workflow_dispatch:

jobs:
Build-Deploy:
runs-on: ubuntu-latest
Expand All @@ -28,7 +28,7 @@ jobs:
with:
name: production-files
path: ./build

publish-tauri:
needs: Build-Deploy
strategy:
Expand All @@ -46,7 +46,7 @@ jobs:
with:
node-version: 16
cache: npm

- name: Download artifact
uses: actions/download-artifact@v3
with:
Expand Down
22 changes: 11 additions & 11 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ diverse, inclusive, and healthy community.
Examples of behavior that contributes to a positive environment for our
community include:

* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
* Accepting responsibility and apologizing to those affected by our mistakes,
- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes,
and learning from the experience
* Focusing on what is best not just for us as individuals, but for the
- Focusing on what is best not just for us as individuals, but for the
overall community

Examples of unacceptable behavior include:

* The use of sexualized language or imagery, and sexual attention or
- The use of sexualized language or imagery, and sexual attention or
advances of any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or email
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email
address, without their explicit permission
* Other conduct which could reasonably be considered inappropriate in a
- Other conduct which could reasonably be considered inappropriate in a
professional setting

## Enforcement Responsibilities
Expand Down Expand Up @@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban.
### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
Expand Down
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Getting started

Before you begin:

- This site is powered ⚡ by React.js
- Check out the [existing issues](https://github.com/blueedgetechno/win11React/issues), [pull requests](https://github.com/blueedgetechno/win11React/pulls) and [discussions](https://github.com/blueedgetechno/win11React/discussions).
- Check the [already existing and upcoming features](https://github.com/blueedgetechno/win11React#features).
Expand All @@ -22,11 +23,13 @@ If you spot something new, [open an issue](https://github.com/blueedgetechno/win
- Fork with [GitHub Codespaces](https://github.com/features/codespaces):

### Open a pull request

When you're done making changes and you'd like to propose them for review, use the [pull request tab](https://github.com/blueedgetechno/win11React/pulls) to open your PR.

Once you submit your PR, we will review it with you. The first thing you're going to want to do is a self review 🧾.

### Your PR is merged!

Congratulations 🎊!

Once your PR is merged, you will be proudly listed as a contributor in the [contributor chart](https://github.com/blueedgetechno/win11React/graphs/contributors).
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Security Policy


## Reporting a Vulnerability

We highly value security and User Experience for this project.
If you find a security vulnerability in the Win11react project, any minor issues, bugs, or want a new feature to be added, feel free to do so on our <a href="https://github.com/blueedgetechno/win11React/issues"> issues section</a>.<br>
If you have want to discuss something, take a look at the <a href="https://github.com/blueedgetechno/win11React/discussions">discussion section of the github repo</a>.
Expand Down
2 changes: 1 addition & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project_id: '506638'
project_id: "506638"
api_token_env: api_token
preserve_hierarchy: true
files:
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<script type="text/javascript" src="/dycalendar.js"></script>
<script src="./src/index.jsx" type="module"></script>
<script src="/react-pwa.js"></script>

<script type="module">
console.log(
"%cWin11React is a project by blueedgetechno and ascended by andrewstech. If you wish to help out with this project, visit https://github.com/blueedgetechno/win11React",
Expand Down
Loading

0 comments on commit 421fd0b

Please sign in to comment.