Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: Bug report
about: Report something that isn't working as expected
title: "[Bug]: "
labels: bug
assignees: ''
---

## Describe the bug

A clear and concise description of what the bug is.

## Component

<!-- Which part of the monorepo is affected? -->
- [ ] Frontend
- [ ] Backend
- [ ] Mobile
- [ ] Website
- [ ] Ethereum contracts
- [ ] Solana contracts
- [ ] Indexer (indexer-go)
- [ ] Other (please specify)

## To Reproduce

Steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. See error

## Expected behavior

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

## Screenshots / Logs

If applicable, add screenshots or log output to help explain the problem.

## Environment

- OS: [e.g. Windows 11, macOS 14]
- Browser (if applicable): [e.g. Chrome 126]
- Network (if applicable): [e.g. Sepolia, local Hardhat, Solana devnet]
- Commit / branch:

## Additional context

Add any other context about the problem here.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Security Vulnerability
url: https://github.com/radcrew/do-not-stop/security/policy
about: Please report security vulnerabilities privately per SECURITY.md — do not open a public issue.
- name: Ask a Question / Discussion
url: https://github.com/radcrew/do-not-stop/discussions
about: Ask general questions or start a discussion.
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Feature request
about: Suggest an idea or enhancement for this project
title: "[Feature]: "
labels: enhancement
assignees: ''
---

## Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. e.g. "I'm always
frustrated when [...]"

## Describe the solution you'd like

A clear and concise description of what you want to happen.

## Component

<!-- Which part of the monorepo would this affect? -->
- [ ] Frontend
- [ ] Backend
- [ ] Mobile
- [ ] Website
- [ ] Ethereum contracts
- [ ] Solana contracts
- [ ] Indexer (indexer-go)
- [ ] Other (please specify)

## 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, mockups, or screenshots about the feature request
here.
43 changes: 43 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
## Description

<!-- Summarize the change and why it's needed. -->

## Related Issue(s)

<!-- Link related issues, e.g. Closes #123 -->

## Type of Change

- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Refactor / cleanup
- [ ] Documentation
- [ ] Other (please describe)

## Component(s)

- [ ] Frontend
- [ ] Backend
- [ ] Mobile
- [ ] Website
- [ ] Ethereum contracts
- [ ] Solana contracts
- [ ] Indexer (indexer-go)
- [ ] Other (please specify)

## How Has This Been Tested?

<!-- Describe the tests you ran and/or added. Include relevant commands. -->

- [ ] `pnpm lint`
- [ ] `pnpm test`
- [ ] Manually verified in the app

## Checklist

- [ ] My code follows the style and conventions of this project
- [ ] I have performed a self-review of my own code
- [ ] I have added tests that prove my fix is effective or my feature works
- [ ] New and existing tests pass locally
- [ ] I have updated relevant documentation (README, docs/, etc.)
66 changes: 66 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# Contributing to do-not-stop

Thanks for your interest in contributing! This is a monorepo covering the
frontend, backend, mobile app, website, and Ethereum/Solana contracts for the
cryptopets project. This guide covers how to get set up and how to submit
changes.

Before contributing, please read our [Code of Conduct](./CODE_OF_CONDUCT.md).

## Getting Started

See [DEVELOPMENT.md](./DEVELOPMENT.md) for full setup instructions, available
commands, and local blockchain configuration (Ethereum + Solana). The short
version:

```bash
pnpm install
pnpm dev
```

For architecture and testing strategy, see [docs/](./docs), starting with
[docs/architecture.md](./docs/architecture.md).

## Workflow

1. Fork the repo and create a feature branch off `main`:
```bash
git checkout -b feat/short-description
```
2. Make your changes, keeping them focused on a single concern.
3. Add or update tests for any behavior change.
4. Run linting and tests locally before opening a PR:
```bash
pnpm lint
pnpm test
```
5. Commit using [Conventional Commits](https://www.conventionalcommits.org/)
style (`feat:`, `fix:`, `refactor:`, `docs:`, `chore:`, etc.) — this keeps
history and changelogs readable.
6. Push your branch and open a pull request against `main`, filling out the PR
template.

## Pull Request Guidelines

- Keep PRs scoped to one change; large unrelated changes are harder to review
and slower to merge.
- Describe *why* the change is needed, not just what changed.
- Link any related issues.
- Make sure CI (lint, tests, coverage) passes before requesting review.
- Be responsive to review feedback — most PRs go through a round or two of
comments before merging.

## Reporting Bugs & Requesting Features

Use the appropriate [issue template](./.github/ISSUE_TEMPLATE) when opening a
new issue. Search existing issues first to avoid duplicates.

## Security Issues

Please do **not** open a public issue for security vulnerabilities. See
[SECURITY.md](./SECURITY.md) for how to report them responsibly.

## Questions?

Open a [discussion](../../discussions) or issue, or email
[code@radcrew.org](mailto:code@radcrew.org).
133 changes: 133 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
PolyForm Noncommercial License 1.0.0

<https://polyformproject.org/licenses/noncommercial/1.0.0>

Required Notice: Copyright RadCrew (https://radcrew.org)

## Acceptance

In order to get any license under these terms, you must agree
to them as both strict obligations and conditions to all
your licenses.

## Copyright License

The licensor grants you a copyright license for the
software to do everything you might do with the software
that would otherwise infringe the licensor's copyright
in it for any permitted purpose. However, you may
only distribute the software according to [Distribution
License](#distribution-license) and make changes or new works
based on the software according to [Changes and New Works
License](#changes-and-new-works-license).

## Distribution License

The licensor grants you an additional copyright license
to distribute copies of the software. Your license
to distribute covers distributing the software with
changes and new works permitted by [Changes and New Works
License](#changes-and-new-works-license).

## Notices

You must ensure that anyone who gets a copy of any part of
the software from you also gets a copy of these terms or the
URL for them above, as well as copies of any plain-text lines
beginning with `Required Notice:` that the licensor provided
with the software. For example:

> Required Notice: Copyright RadCrew (https://radcrew.org)

## Changes and New Works License

The licensor grants you an additional copyright license to
make changes and new works based on the software for any
permitted purpose.

## Patent License

The licensor grants you a patent license for the software that
covers patent claims the licensor can license, or becomes able
to license, that you would infringe by using the software.

## Noncommercial Purposes

Any noncommercial purpose is a permitted purpose.

## Personal Uses

Personal use for research, experiment, and testing for
the benefit of public knowledge, personal study, private
entertainment, hobby projects, amateur pursuits, or religious
observance, without any anticipated commercial application,
is use for a permitted purpose.

## Noncommercial Organizations

Use by any charitable organization, educational institution,
public research organization, public safety or health
organization, environmental protection organization, or
government institution is use for a permitted purpose
regardless of the source of funding or obligations resulting
from the funding.

## Fair Use

You may have "fair use" rights for the software under the
law. These terms do not limit them.

## No Other Rights

These terms do not allow you to sublicense or transfer any of
your licenses to anyone else, or prevent the licensor from
granting licenses to anyone else. These terms do not imply
any other licenses.

## Patent Defense

If you make any written claim that the software infringes or
contributes to infringement of any patent, your patent license
for the software granted under these terms ends immediately. If
your company makes such a claim, your patent license ends
immediately for work on behalf of your company.

## Violations

The first time you are notified in writing that you have
violated any of these terms, or done anything with the software
not covered by your licenses, your licenses can nonetheless
continue if you come into full compliance with these terms,
and take practical steps to correct past violations, within
32 days of receiving notice. Otherwise, all your licenses
end immediately.

## No Liability

***As far as the law allows, the software comes as is, without
any warranty or condition, and the licensor will not be liable
to you for any damages arising out of these terms or the use
or nature of the software, under any kind of legal claim.***

## Definitions

The **licensor** is the individual or entity offering these
terms, and the **software** is the software the licensor makes
available under these terms.

**You** refers to the individual or entity agreeing to these
terms.

**Your company** is any legal entity, sole proprietorship,
or other kind of organization that you work for, plus all
organizations that have control over, are under the control of,
or are under common control with that organization. **Control**
means ownership of substantially all the assets of an entity,
or the power to direct its management and policies by vote,
contract, or otherwise. Control can be direct or indirect.

**Your licenses** are all the licenses granted to you for the
software under these terms.

**Use** means anything you do with the software requiring one
of your licenses.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,25 @@ For detailed setup and commands, see [DEVELOPMENT.md](./DEVELOPMENT.md).

## 🤝 Contributing

1. Create a feature branch
2. Make your changes
3. Run linting and tests
4. Submit a pull request
See [CONTRIBUTING.md](./CONTRIBUTING.md) for setup, workflow, and pull request
guidelines. Please also review our [Code of Conduct](./CODE_OF_CONDUCT.md).

## 🔒 Security

See [SECURITY.md](./SECURITY.md) for how to report vulnerabilities.

## 📄 License

This monorepo uses two licenses depending on the package:

| Package(s) | License |
| --- | --- |
| `contracts/ethereum`, `contracts/solana`, `indexer-go`, `proto` | [MIT](./contracts/LICENSE) — fully permissive |
| `frontend`, `backend`, `mobile`, `website`, `shared` (and anything else) | [PolyForm Noncommercial 1.0.0](./LICENSE) — free for any noncommercial purpose; commercial use requires permission |

Each package's `package.json` / `go.mod` directory points at the license that
applies to it. For commercial licensing of the app layer, contact
[code@radcrew.org](mailto:code@radcrew.org).

---

Expand Down
Loading
Loading