From e5a410ff586a8d881dfa01c05caa3387f4d7d0d7 Mon Sep 17 00:00:00 2001 From: SethBurkart123 Date: Sun, 29 Jun 2025 10:46:42 +1000 Subject: [PATCH] docs: update email --- .github/ISSUE_TEMPLATE/new-contributor.md | 75 +++++++++++++++++++++++ docs/TROUBLESHOOTING.md | 2 +- package.json | 4 +- 3 files changed, 78 insertions(+), 3 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/new-contributor.md diff --git a/.github/ISSUE_TEMPLATE/new-contributor.md b/.github/ISSUE_TEMPLATE/new-contributor.md new file mode 100644 index 00000000..8a2f4653 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-contributor.md @@ -0,0 +1,75 @@ +--- +name: ๐Ÿ™‹ New Contributor - Need Help Getting Started +about: Perfect for first-time contributors who need guidance +title: "[NEW CONTRIBUTOR] " +labels: ["good first issue", "help wanted", "documentation"] +assignees: [] + +--- + +## Hi there! ๐Ÿ‘‹ + +Welcome to BetterSEQTA+! We're excited to have you join our community. + +### Tell us about yourself +- [ ] This is my first time contributing to open source +- [ ] I'm new to browser extensions +- [ ] I'm new to TypeScript/JavaScript +- [ ] I have some coding experience but new to this project + +### What would you like to work on? + +**Choose one or more:** +- [ ] Fix a bug ๐Ÿ› +- [ ] Add a new feature โœจ +- [ ] Improve documentation ๐Ÿ“š +- [ ] Create a plugin ๐Ÿงฉ +- [ ] Improve the UI/design ๐ŸŽจ +- [ ] Write tests ๐Ÿงช +- [ ] Not sure - I want to help but need guidance! + +### Have you read our guides? + +- [ ] [Getting Started Guide](https://github.com/BetterSEQTA/BetterSEQTA-plus/blob/main/docs/GETTING_STARTED_CONTRIBUTING.md) +- [ ] [Architecture Guide](https://github.com/BetterSEQTA/BetterSEQTA-plus/blob/main/docs/ARCHITECTURE.md) +- [ ] [Plugin Development Guide](https://github.com/BetterSEQTA/BetterSEQTA-plus/blob/main/docs/plugins/README.md) + +### Development Environment + +**Have you set up the development environment yet?** +- [ ] Yes, everything works! ๐ŸŽ‰ +- [ ] Partially - I can run `npm run dev` but having some issues +- [ ] No, I need help with setup +- [ ] I tried but ran into errors (please describe below) + +### Questions or Issues + +Tell us: +1. What specifically would you like help with? +2. Are you stuck on anything? +3. Do you have any questions about the codebase? +4. Is there anything in our documentation that's unclear? + +**Your message here:** + + +### Ideas or Suggestions + +If you have any ideas for features, improvements, or just want to share your thoughts: + +**Your ideas here:** + + +--- + +## What happens next? + +A maintainer will respond within 24-48 hours to: +- Answer your questions +- Suggest some good issues to work on +- Help you with setup if needed +- Point you to relevant documentation + +Don't worry if you're new to this - we're here to help! Every expert was once a beginner. ๐Ÿš€ + +**Join our [Discord server](https://discord.gg/YzmbnCDkat) for real-time help and community chat!** \ No newline at end of file diff --git a/docs/TROUBLESHOOTING.md b/docs/TROUBLESHOOTING.md index 724c25f2..1302ec34 100644 --- a/docs/TROUBLESHOOTING.md +++ b/docs/TROUBLESHOOTING.md @@ -318,7 +318,7 @@ If none of these solutions work: - Steps to reproduce - What you've already tried -4. **๐Ÿ“ง Email us**: betterseqta@betterseqta.com for urgent issues +4. **๐Ÿ“ง Email us**: betterseqta.plus@gmail.com for urgent issues ## Getting More Debug Info diff --git a/package.json b/package.json index eecf480d..81768c17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "betterseqtaplus", - "version": "3.4.8", + "version": "3.4.8.1", "type": "module", "description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development add add heaps more features!", "browserslist": "> 0.5%, last 2 versions, not dead", @@ -28,7 +28,7 @@ "keywords": [], "author": { "name": "SethBurkart123", - "email": "betterseqta@betterseqta.com", + "email": "betterseqta.plus@gmail.com", "url": "https://github.com/BetterSEQTA/BetterSEQTA-plus" }, "license": "MIT",