Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ assignees: albertodev01
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
Steps to reproduce the behavior

**Expected behavior**
A clear and concise description of what you expected to happen.
Expand Down
1 change: 0 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@

- [ ] I have provided a description of the proposed changes.
- [ ] I added unit tests for all relevant code.
- [ ] In `example/flutter_example`, if needed, I have also added widget and golden tests.
- [ ] I added documentation for all relevant code.
6 changes: 6 additions & 0 deletions .github/workflows/documentation_web_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: documentation_web_deploy

on:
# Manually run the workflow from the GitHub Actions UI with the
# 'Run workflow' button.
workflow_dispatch:

push:
branches:
- master
Expand All @@ -9,6 +13,8 @@ jobs:
documentation_deployment:
name: HTML Documentation deployment
runs-on: macos-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down