Skip to content

Commit

Permalink
Update changelog and issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Nov 12, 2023
1 parent b97e4a2 commit f4f79ab
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: # Replace with a single Patreon username
open_collective: userfrosting # Replace with a single Open Collective username
ko_fi: lcharette # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
🛑 STOP!
Issues should be opened on the main repo : https://github.com/userfrosting/UserFrosting/issues
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: [master, develop, develop-5.0]
branches: [master, develop, 5.0]
pull_request:
branches: [master, develop, develop-5.0]
branches: [master, develop, 5.0]
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Version 5 also requires PHP 8.0 and up. With that in mind, most of the code has
- Updated PHP-CS-Fixer & StyleCI config

### Assets
**Assets module is now deprecated and will be removed in UserFrosting 5.1 !**
#### Removed
- `UserFrosting\Assets\ServeAsset\SlimServeAsset` has been removed. Code has been moved into Core Sprinkle

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# UserFrosting 5.0 Framework

[![Version](https://img.shields.io/badge/Version-5.0.x-red.svg)](https://github.com/userfrosting/framework/releases)
[![Version](https://img.shields.io/github/v/release/userfrosting/framework.svg?include_prereleases)](https://github.com/userfrosting/framework/releases)
![PHP](https://img.shields.io/packagist/php-v/userfrosting/framework/dev-develop-5.0?color=brightgreen)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
[![Build](https://img.shields.io/github/actions/workflow/status/userfrosting/framework/Build.yml?branch=develop-5.0&logo=github)](https://github.com/userfrosting/framework/actions)
Expand Down Expand Up @@ -28,6 +28,8 @@ See main [UserFrosting Documentation](https://learn.userfrosting.com) and docume

## [Changelog](CHANGELOG.md)

## [Issues](https://github.com/userfrosting/UserFrosting/issues)

## [License](LICENSE.md)

## [Style Guide](STYLE-GUIDE.md)
Expand Down

0 comments on commit f4f79ab

Please sign in to comment.