Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ExoticDG committed Jan 24, 2025
2 parents 65e0cfa + 5a8583b commit b23d1b4
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 2 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ExoticDG

---

**Describe the bug**
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

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. Windows]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. Google Pixel 7, Nothing phone 2]
- OS: [e.g. Android 15 - Google, Android 13 - Samsung]

**Additional context**
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: Request
assignees: ExoticDG

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "gradle" # See documentation for possible values
directory: "/app/src/build.gradle.kts" # Location of package manifests
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WeatherAlerts
# Weather Alerts
The app that prioritizes your safety and security over profit.


Expand All @@ -19,7 +19,7 @@ The app that prioritizes your safety and security over profit.
>
>[!IMPORTANT]
>This application is only avalible for Android[^1]. As of 1/23/25 I will not be porting this to iOS[^2] and dont plan on ever doing so. Due to multiple reasons such as my dislike for iOS[^2] and the diffrences in coding apps for eatch operating system.
>This application is only avalible for Android[^1]. As of 1/23/25 I will not be porting this to iOS[^2] and dont plan on ever doing so, due to multiple reasons such as my dislike for iOS[^2] and the diffrences in coding apps for each operating system.


Expand Down
16 changes: 16 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| TEMP | :white_check_mark: |
| TEMP | :x: |

## Reporting a Vulnerability

You can report a varnerability anywhere I (ExoticDarknessGaming -- ExoticDG) am. When I say anywere I mean anywere, as long as there is a way of makeing sure I get notified of it.
Wether that by my Youtube chanel or one of the many tabs you can report things in this repo. Anyhting will work.

0 comments on commit b23d1b4

Please sign in to comment.