-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# devlooped/oss - Don't fail sponsors tagging, since it's optional devlooped/oss@8990ebb - Append missing trailing path to directory for icon/readme devlooped/oss@5cec43d - Add .sass-cache to ignores devlooped/oss@d65f9c7 - Move .sass-cache down alongside other jekyll folders devlooped/oss@551d4e0 - Honor the PackReadme=false property devlooped/oss@1bf1eac - Ignore azure functions local settings devlooped/oss@4bd7025 - Update dependabot.yml with some default groupings devlooped/oss@cba10bb - Add System.IdentityModel group devlooped/oss@e7d18ae - Add MS.IdentityModel to identity group devlooped/oss@14d1868 - Exclude System.IdentityModel from System group devlooped/oss@35ca3f3 # devlooped/.github - Update readme.md devlooped/.github@7676dd2 - Move bug issue template from oss to org devlooped/.github@50faf12
- Loading branch information
1 parent
0580791
commit e3d739f
Showing
14 changed files
with
289 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Code of Conduct | ||
|
||
This project has adopted the code of conduct defined by the Contributor Covenant | ||
to clarify expected behavior in our community. | ||
|
||
For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Contributing | ||
|
||
You can contribute to the project with issues and PRs. | ||
Simply filing issues for problems you encounter is a great way to contribute. Contributing implementations is greatly appreciated. | ||
|
||
## Before you file a bug... | ||
* Is this a question, or are you looking for help? Ask it in the project's **Discussions** tab instead, if available. | ||
|
||
* Did you search the issues list to see if someone already reported it? _When looking for duplicates, make sure to look through open **and** closed issues._ | ||
* Did you create a simple repro for the problem? _We won't look at your bug until you provide a repro project or complete repro steps._ | ||
|
||
## Before you submit a PR... | ||
|
||
* Did you ensure there is a corresponding issue labelled as 🟢 help wanted? | ||
If not, please open one to start the discussion. | ||
* Does the code follow existing coding styles? (spaces, comments, no regions, etc.)? | ||
We enforce the basic styles by running `dotnet format` on the repository root. | ||
You can do the same before submitting a PR to speed up the process. | ||
* Did you write unit tests? | ||
Typically required if there are other unit tests for existing or related code. | ||
|
||
## Looking for something to work on? | ||
|
||
Look at the repo issues labelled as 🟢 help wanted and 🟣 good first issue to find | ||
something to contribute! | ||
|
||
# Contributor License Agreement | ||
|
||
You must sign the [Contribution License Agreement (CLA)](https://cla-assistant.io/devlooped/) before your PR will be merged. | ||
This is a one-time requirement for projects in the Devlooped organization. | ||
You can read more about [Contribution License Agreements (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) on Wikipedia. | ||
|
||
You don't have to do this up-front. You can simply clone, fork, and submit your pull-request as usual. | ||
When your pull-request is created, it is classified by a CLA bot, which will let | ||
you know if signing is pending. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github: devlooped |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a report to help us fix a problem. | ||
title: '' | ||
labels: 'bug' | ||
assignees: '' | ||
--- | ||
|
||
## Describe the Bug | ||
|
||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
## Steps to Reproduce | ||
|
||
<!-- Tell us how to reproduce the issue. Ideally provide a failing unit test. --> | ||
|
||
```c# | ||
public class ReproTest | ||
{ | ||
[Fact] | ||
public void Repro() | ||
{ | ||
// arrange | ||
// act | ||
// assert | ||
} | ||
} | ||
``` | ||
|
||
## Expected Behavior | ||
|
||
<!-- Describe what you expected to happen. --> | ||
|
||
## Exception with Stack Trace | ||
|
||
<!-- If you see an exception, put the WHOLE THING here. --> | ||
|
||
```text | ||
Put the exception with stack trace here. | ||
``` | ||
|
||
## Version Info | ||
|
||
<!-- Main project version and other relevant dependencies you are using. --> | ||
|
||
## Additional Info | ||
|
||
<!-- Add any other context about the problem here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Security Policy | ||
|
||
## Reporting a Vulnerability | ||
|
||
Security issues and bugs should be reported privately by emailing [email protected]. | ||
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your | ||
original message and ping [@devlooped](https://twitter.com/devlooped) on Twitter. | ||
|
||
Please do not open issues for anything you think might have a security implication. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Support | ||
|
||
Support is typically available thorugh GitHub Discussions and Issues. | ||
|
||
**Found a bug? File an issue.** If you found something that isn't working as expected and you can reproduce it, go to the repo Issues tab and file an issue. | ||
|
||
**Want a new feature? Start a discussion.** It's always good to start a discussion (Discussion tab in the project, Ideas category) to explain the problem you're trying to solve before jumping in with the pull request. We may already have a solution in place or have an idea on ways to solve that issue. After the details are nailed down, we will migrate the discussion to a proper Issue (with the `enhancement`) label. At that point, we'd love to see your PRs :). | ||
|
||
Consider [sponsoring](https://github.com/sponsors/devlooped) the project to get priority support and many other perks! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: sponsor 💜 | ||
on: | ||
issues: | ||
types: [opened, edited, reopened] | ||
pull_request: | ||
types: [opened, edited, synchronize, reopened] | ||
|
||
jobs: | ||
sponsor: | ||
runs-on: ubuntu-latest | ||
continue-on-error: true | ||
env: | ||
token: ${{ secrets.GH_TOKEN }} | ||
if: ${{ !endsWith(github.event.sender.login, '[bot]') && !endsWith(github.event.sender.login, 'bot') }} | ||
steps: | ||
- name: 🤘 checkout | ||
if: env.token != '' | ||
uses: actions/checkout@v2 | ||
|
||
- name: 💜 sponsor | ||
if: env.token != '' | ||
uses: devlooped/actions-sponsor@main | ||
with: | ||
token: ${{ env.token }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
<h1 align="center">Hi 👋, I'm kzu</h1> | ||
<p align="center"><i>sounds like 'kah-zu' rather than 'kzoo' :)</i></p> | ||
<h3 align="center">A hardcode .NET/C# developer from Argentina</h3> | ||
|
||
[![X](https://img.shields.io/badge/X-@kzu-blue?logo=twitter&logoColor=1D9BF0&labelColor=black)](https://x.com/kzu) | ||
[![Discord](https://img.shields.io/badge/discord-danielkzu-7289DA.svg?logo=discord&logoColor=white)](https://discord.gg/8PtpGdu) | ||
[![LinkedIn](https://img.shields.io/badge/LinkedIn-danielkzu-0A66C2.svg?logo=linkedin&logoColor=0A66C2&labelColor=silver)]([https://discord.gg/8PtpGdu](https://linkedin.com/in/danielcazzulino)) | ||
|
||
This is my sponsor account so you can contribute to my ongoing opensource work, no minimum amount required! | ||
|
||
[![Sponsor me 💜](https://raw.githubusercontent.com/devlooped/sponsors/main/sponsor.png#gh-light-mode-only "Sponsor me 💜")](https://github.com/sponsors/devlooped#gh-light-mode-only) | ||
[![Sponsor me 💜](https://raw.githubusercontent.com/devlooped/sponsors/main/sponsor-dark.png#gh-dark-mode-only "Sponsor me 💜")](https://github.com/sponsors/devlooped#gh-dark-mode-only) | ||
|
||
Some fancy stats about my favorite hobbie (coding on GitHub, of course!): | ||
|
||
<p> | ||
<picture> | ||
<source | ||
srcset="https://github-readme-stats.vercel.app/api?username=kzu&show_icons=true&locale=en&show=discussions_answered&theme=dark&custom_title=Kzu%20Stats%20In%20A%20Nutshell" | ||
media="(prefers-color-scheme: dark)" /> | ||
<source | ||
srcset="https://github-readme-stats.vercel.app/api?username=kzu&show_icons=true&locale=en&show=discussions_answered&custom_title=Kzu%20Stats%20In%20A%20Nutshell" | ||
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" /> | ||
<img align="center" src="https://github-readme-stats.vercel.app/api?username=kzu&show_icons=true&locale=en&show=discussions_answered&custom_title=Kzu%20Stats%20In%20A%20Nutshell" /> | ||
</picture> | ||
</p> | ||
|
||
<p> | ||
<picture> | ||
<source | ||
srcset="https://github-readme-streak-stats.herokuapp.com/?user=kzu&theme=dark" | ||
media="(prefers-color-scheme: dark)" /> | ||
<source | ||
srcset="https://github-readme-streak-stats.herokuapp.com/?user=kzu" | ||
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" /> | ||
<img align="center" src="https://github-readme-streak-stats.herokuapp.com/?user=kzu" /> | ||
</picture> | ||
</p> | ||
|
||
<p> | ||
<picture> | ||
<source | ||
srcset="https://github-readme-stats.vercel.app/api/top-langs?username=kzu&show_icons=true&layout=compact&theme=dark&size_weight=0.5&count_weight=0.5" | ||
media="(prefers-color-scheme: dark)" /> | ||
<source | ||
srcset="https://github-readme-stats.vercel.app/api/top-langs?username=kzu&show_icons=true&layout=compact&size_weight=0.5&count_weight=0.5" | ||
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)" /> | ||
<img align="center" src="https://github-readme-stats.vercel.app/api/top-langs?username=kzu&show_icons=true&layout=compact&size_weight=0.5&count_weight=0.5" /> | ||
</picture> | ||
</p> | ||
<h1></h1> | ||
|
||
And since I'm a total fan of [Shields.io](https://shields.io/) badges, some additional GitHub stats in badge format: | ||
|
||
![GitHub Sponsors](https://img.shields.io/github/sponsors/devlooped?color=C65197&label=@devlooped%20sponsors) | ||
![GitHub followers](https://img.shields.io/github/followers/kzu?logo=GitHub&label=@kzu%20followers) | ||
![GitHub stars](https://img.shields.io/github/stars/kzu?logo=GitHub&label=@kzu%20stars&affiliations=OWNER,COLLABORATOR&color=FFC83D) | ||
[![GitHub followers](https://img.shields.io/github/followers/devlooped?logo=GitHub&label=@devlooped%20followers)](https://github.com/devlooped) | ||
[![GitHub Org's stars](https://img.shields.io/github/stars/devlooped?logo=GitHub&label=@devlooped%20stars)](https://github.com/devlooped) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.