47 Open Issues Need Help Last updated: Mar 13, 2026

Open Issues Need Help

View All on GitHub
enhancement help wanted
enhancement help wanted

AI Summary: This issue requests the addition of a simple smoke test for the `/contribute/` page. The test should use Python's `requests` library to verify that the page returns a 200 status code and contains specific expected text, without requiring browser automation.

Complexity: 1/5
good first issue qa automation ui tests

AI Summary: This issue describes adding a simple smoke test for the application's homepage. The test, written in Python using the `requests` library, will send an HTTP GET request to the root path (`/`), assert a 200 status code, and confirm the presence of a specific text string in the response body. It should be placed in `qa/ui/test_smoke_routes.py`.

Complexity: 1/5
good first issue qa automation ui tests
documentation good first issue qa automation
enhancement help wanted
Project Display about 2 months ago
enhancement help wanted
Review STP about 2 months ago
documentation help wanted
enhancement help wanted
enhancement help wanted
documentation enhancement help wanted
enhancement help wanted
enhancement good first issue
documentation help wanted
documentation help wanted
Contact Us Page 7 months ago
enhancement help wanted

AI Summary: This issue outlines the requirements for a contributor sign-up interface. Users will be prompted to enter their username and password, alongside a description clarifying the contributor role. This sign-up process is initiated by double-clicking a "Contributor Sign Up" button.

Complexity: 2/5
enhancement help wanted

AI Summary: This issue describes the core functionality for contributors to log into their accounts. It specifies that after double-clicking a 'Contributor Login' element, users should be prompted to enter their username and password to gain access to their Contributor Account.

Complexity: 3/5
enhancement help wanted