Skip to content

Commit

Permalink
Remove duplicate community files and unused stuff
Browse files Browse the repository at this point in the history
Moved the unused workflow and files to other repos as needed, cleanup this template, make seed .netconfig as minimal as possible.
  • Loading branch information
kzu authored Nov 15, 2022
1 parent 906dea9 commit a4b66eb
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 103 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: ⚙ changelog
run: |
gem install github_changelog_generator
github_changelog_generator --user ${GITHUB_REPOSITORY%/*} --project ${GITHUB_REPOSITORY##*/} --token $GH_TOKEN --o changelog.md --config-file .github/.github_changelog_generator
github_changelog_generator --user ${GITHUB_REPOSITORY%/*} --project ${GITHUB_REPOSITORY##*/} --token $GH_TOKEN --o changelog.md --config-file .github/workflows/changelog.config
- name: 🚀 changelog
run: |
Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/release-artifacts.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/sponsor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: sponsor ❤️
name: sponsor 💜
on:
issues:
types: [opened, edited, reopened]
Expand All @@ -16,7 +16,7 @@ jobs:
if: env.token != ''
uses: actions/checkout@v2

- name: ❤️ sponsor
- name: 💜 sponsor
if: env.token != ''
uses: devlooped/actions-sponsor@main
with:
Expand Down
28 changes: 5 additions & 23 deletions .netconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Original seed file, use with:
# dotnet file init https://github.com/devlooped/oss/blob/main/.netconfig

# .netconfig is awesome: https://dotnetconfig.org

[file]
url = https://github.com/devlooped/oss

Expand All @@ -10,26 +15,3 @@
[file "readme.md"]
url = https://github.com/devlooped/oss/blob/main/readme.md
skip

# icon is typically specific to each project
[file "src/icon.png"]
url = https://github.com/devlooped/oss/blob/main/src/icon.png
skip

# the configuration needs repo-specific links to Discussions
[file ".github/ISSUE_TEMPLATE/config.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/ISSUE_TEMPLATE/config.yml
skip

# make release artifact uploading opt-in instead of enabled by default.
[file ".github/workflows/release-artifacts.yml"]
url = https://github.com/devlooped/oss/blob/main/.github/workflows/release-artifacts.yml
skip

# sponsors images referenced directly by other repos
[file "assets/images/sponsors.svg"]
url = https://github.com/devlooped/oss/blob/main/assets/images/sponsors.svg
skip
[file "assets/images/sponsors.png"]
url = https://github.com/devlooped/oss/blob/main/assets/images/sponsors.png
skip
Binary file removed assets/images/sponsors.png
Binary file not shown.
3 changes: 0 additions & 3 deletions assets/images/sponsors.svg

This file was deleted.

6 changes: 0 additions & 6 deletions code-of-conduct.md

This file was deleted.

9 changes: 0 additions & 9 deletions security.md

This file was deleted.

Binary file removed src/icon.png
Binary file not shown.
9 changes: 0 additions & 9 deletions support.md

This file was deleted.

0 comments on commit a4b66eb

Please sign in to comment.