Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upstream merge template repository #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

version: 2
updates:
- package-ecosystem: ""
directory: "/src" # Location of package manifests for Maven
schedule:
interval: "weekly" # Update dependencies weekly

- package-ecosystem: "github-actions" # For GitHub Actions
directory: "/.github/workflows" # Location of GitHub Actions workflows
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
path: './src/'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v1
33 changes: 12 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,17 @@
# Fondue Timer
# Repo-Template

This is a fondue timer to keep track of cooking times. Select your fork and then tap on the food you are cooking and a new timer will be created. If you want to edit just click the edit toggle button the top right corner and click on what you want to edit. To dismiss a timer just click on it.
This template has undergone many revisions, so repositories using it may differ. Not all elements here are necessary, and some may be redundant. Updates to this template will not be propagated to existing repositories due to time and effort constraints.

## Default Temperatures
## Folder Structure

| Type | Time |
| ---------- | ----------------------- |
| Beef | Medium Rare: 30 seconds |
| Fish | 30 seconds |
| Seafood | 2 minutes |
| Lamb | 1 minute |
| Pork | 1 minute |
| Poultry | 2 minutes |
| Vegetables | 3 minutes |
- `/`: Contains essential root files (e.g., `README.md`, `.gitignore`, workspace file).
- `/src`: All project source code resides here. Builds will focus on this directory.
- `/docs`: Contains project documentation. By default, it includes a workflow to set up GitHub Pages, but additional configuration in settings might be required.
- `/.github`: Contains GitHub-related configurations (e.g., workflows, templates, configs).

## Default Forks
## Workflows

| Name | Color |
| ------ | ----- |
| Black | ⬛ |
| Red | 🟥 |
| Green | 🟩 |
| Purple | 🟪 |
| Blue | 🟦 |
| Yellow | 🟨 |
- Greetings
- Labels
- Pages
- Stale