From aa1a91d7bb1b096e4a9eee921ce8c4bf68d7cb06 Mon Sep 17 00:00:00 2001 From: anemne <63043552+anemne@users.noreply.github.com> Date: Thu, 22 Aug 2024 08:49:39 +0200 Subject: [PATCH 1/2] Added PR template to secure necessary information provided for every PR (#502) --- .github/pull_request_template.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..969acf8b4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,27 @@ +## Short Description + +Please provide a brief summary of the changes you’ve made. Explain the purpose of the changes. + +--- + +## Visual Overview (Image/Video) + +If applicable, please include screenshots or a short video showcasing the changes you have made. + +*Insert images or videos here.* + +--- + +## Checklist + +Please ensure that you’ve completed the following checkpoints before submitting your pull request: + +- [ ] **Documentation**: Relevant documentation has been added or updated (if applicable). +- [ ] **Testing**: Have you tested your changes thoroughly? + - Please list the types of tests you've run (unit, integration, manual, etc.): + +--- + +## Additional Notes + +Other comments relevant to this pull request. \ No newline at end of file From 5a11c93d070a8f7327adaca18bd66593584fede8 Mon Sep 17 00:00:00 2001 From: Maria Bonde Date: Thu, 22 Aug 2024 14:41:52 +0200 Subject: [PATCH 2/2] removed comment --- src/hemsedal24/components/Hero.tsx | 4 ---- src/hemsedal24/components/Imgwcurvedtext.svg | 0 2 files changed, 4 deletions(-) delete mode 100644 src/hemsedal24/components/Imgwcurvedtext.svg diff --git a/src/hemsedal24/components/Hero.tsx b/src/hemsedal24/components/Hero.tsx index 1b70af77a..60666c07f 100644 --- a/src/hemsedal24/components/Hero.tsx +++ b/src/hemsedal24/components/Hero.tsx @@ -1,13 +1,9 @@ import styles from "./Hero.module.css"; -//import arrow from "../images/curved-arrow.svg"; - import blob from "../images/blob.svg"; import retreatmobile from "../images/retreatmobile.svg" import retreat from "../images/Retreatclub-fyri-solbaddar.svg" import hemsedalHero2 from "../images/hemsedalhero2.svg" - - export default function Hero({mobile}: {mobile:boolean}) { return
diff --git a/src/hemsedal24/components/Imgwcurvedtext.svg b/src/hemsedal24/components/Imgwcurvedtext.svg deleted file mode 100644 index e69de29bb..000000000