Skip to content
Open
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
34 changes: 34 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Code of Conduct

## Our Pledge

We as members, contributors, and maintainers pledge to make participation in
this project a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
nationality, personal appearance, race, religion, or sexual identity and
orientation.

## Our Standards

Examples of behavior that contributes to a positive environment include
demonstrating empathy and kindness, being respectful of differing opinions and
experiences, giving and gracefully accepting constructive feedback, and focusing
on what is best for the community.

Unacceptable behavior includes harassment, trolling, insulting or derogatory
comments, personal or political attacks, publishing others' private information
without permission, and other conduct which could reasonably be considered
inappropriate in a professional setting.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the project maintainer at aaron.weiskittel@maine.edu. All complaints
will be reviewed and investigated promptly and fairly. The maintainer is
obligated to respect the privacy and security of the reporter of any incident.

## Attribution

This Code of Conduct is adapted from the Contributor Covenant, version 2.1,
available at https://www.contributor-covenant.org/version/2/1/code_of_conduct.html.
19 changes: 19 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Security Policy

## Reporting a vulnerability

If you discover a security issue (for example in deployment scripts, a web
interface, or CI workflows), please email aaron.weiskittel@maine.edu rather than
opening a public issue.

## Scope

This repository contains scientific research code, not a production service.
Where the repository includes deployment or pipeline infrastructure that may run
in a server context, security reports for those components are welcome.

## Credentials

Never commit credentials, API tokens, SSH keys, or passwords to this repository.
Check `.gitignore` before committing, and if a secret is ever exposed, revoke and
rotate it immediately.