nunit / nunit/nunit.github.io

Add subscribe to Google Mailing Lists buttons

Open
#1 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

is:enhancement pri:normal
Dominant language
SCSS
Stars
6
Forks
14
Avg merge
13m
Merged PRs (30d)
1

Description

<script type="text/javascript">
   function msgbox() {   alert("An Invatation to our Google Group has been sent to " + _gel("emailconf").value + ". You will have to confirm the email invitation to join and recieve future emails. You can opt out of our group at anytime using the Unsubscribe link in the email."); }
</script>

  <form action="http://groups.google.com/group/YOUR GOOGLE GROUP NAME HERE/boxsubscribe" id="formconf" onsubmit="msgbox()">
  Email: <input type=text name=email id="emailconf">
   <input type="submit" value="Subscribe">
  </form>

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue provides an HTML/JavaScript subscription form but names no target file or page. Start by locating the website page and entry point for mailing-list links, then compare its rendered output with the requested Google Groups subscribe button. Done means the buttons appear and the subscription flow works as described.

Written by the indexing model from the issue text.

Assessment

Tech stack
html, javascript
Domain
frontend, web-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.