-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# devlooped/oss - Add techdebt label to excludes from release config devlooped/oss@1afd173 - Ignore docs merges too devlooped/oss@055a8b7 - Add specific skip rules for tests devlooped/oss@448cf45 - Update .editorconfig devlooped/oss@2981836 - Update .gitignore with JetBrains private folder devlooped/oss@9dff0bd - Ignore test analyzer rules recursively. devlooped/oss@fd5b554 - Ignore app root folder too devlooped/oss@b87a8a7 - Ignore primary ctor parameter in tests, usually used for testoutput helper devlooped/oss@c779d3d - Remove duplicate community files and unused stuff devlooped/oss@a4b66eb - Don't fail on background workflows devlooped/oss@f08c3f2 - Switch to old nuget.config for package sources devlooped/oss@c6f74ce - Enable C# compiler strict mode by default devlooped/oss@ef8e7fa - Only override VersionPrefix if it has no value devlooped/oss@28a27ba - Allow extending build with local-only files devlooped/oss@6ae80a1 - Drop net6 setup on publish too devlooped/oss@d302256 - Fix incremental build issue with package files and doc file devlooped/oss@96b6773 - When using EnableRexCodeGenerator, this should Just Work devlooped/oss@c7235d7 - Enable VSCode/Razor compat when using resxcode generator devlooped/oss@1514d15 - Invert order of sources in mapping devlooped/oss@8b4ce81 - Fix mapping sources devlooped/oss@b2fa09b - Add attribution to upstream and note on regex devlooped/oss@c161088 # devlooped/.github
- Loading branch information
1 parent
c6a5ea1
commit fdce89c
Showing
22 changed files
with
196 additions
and
303 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
File renamed without changes.
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 was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
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,32 @@ | ||
changelog: | ||
exclude: | ||
labels: | ||
- bydesign | ||
- dependencies | ||
- duplicate | ||
- question | ||
- invalid | ||
- wontfix | ||
- need info | ||
- docs | ||
- techdebt | ||
authors: | ||
- devlooped-bot | ||
- dependabot | ||
- github-actions | ||
categories: | ||
- title: ✨ Implemented enhancements | ||
labels: | ||
- enhancement | ||
- title: 🐛 Fixed bugs | ||
labels: | ||
- bug | ||
- title: 📝 Documentation updates | ||
labels: | ||
- docs | ||
- title: 🔨 Other | ||
labels: | ||
- '*' | ||
exclude: | ||
labels: | ||
- dependencies |
2 changes: 1 addition & 1 deletion
2
.github/.github_changelog_generator → .github/workflows/changelog.config
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
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.