Skip to content

Commit 48e71b3

Browse files
Update project metafiles (#88)
1 parent 2dc4d1a commit 48e71b3

File tree

3 files changed

+8
-69
lines changed

3 files changed

+8
-69
lines changed

CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
* @viren-nadkarni
2+
3+
**/models.py @localstack/phoenix

CONTRIBUTING.md

Lines changed: 3 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,5 @@
1-
# Table of Contents
1+
If you find a bug within Moto, please contribute directly to the [Moto project](https://github.com/getmoto/moto).
22

3-
- [Contributing code](#contributing-code)
4-
- [Development Guide](#development-guide)
5-
* [TLDR](#tldr)
6-
* [Linting](#linting)
7-
- [Maintainers](#maintainers)
3+
If you find a bug in LocalStack or Moto-Ext, please report this to our [support team](https://docs.localstack.cloud/aws/getting-started/help-support/).
84

9-
# Contributing code
10-
11-
Moto has a [Code of Conduct](https://github.com/getmoto/moto/blob/master/CODE_OF_CONDUCT.md), you can expect to be treated with respect at all times when interacting with this project.
12-
13-
# Development Guide
14-
Please see our documentation for information on how to contribute:
15-
https://docs.getmoto.org/en/latest/docs/contributing
16-
17-
## TLDR
18-
19-
Moto has a [Makefile](./Makefile) which has some helpful commands for getting set up.
20-
You should be able to run `make init` to install the dependencies and then `make test` to run the tests.
21-
22-
*NB. On first run, some tests might take a while to execute, especially the Lambda ones, because they may need to download a Docker image before they can execute.*
23-
24-
## Linting
25-
26-
Ensure that the correct version of ruff is installed (see `requirements-dev.txt`). Different versions of ruff will return different results.
27-
Run `make lint` to verify whether your code confirms to the guidelines.
28-
Use `make format` to automatically format your code, if it does not conform to `ruff`'s rules.
29-
30-
31-
# Maintainers
32-
33-
## Releasing a new version of Moto
34-
35-
* Ensure the CHANGELOG document mentions the new release, and lists all significant changes.
36-
* Go to the dedicated [Release Action](https://github.com/getmoto/moto/actions/workflows/release.yml) in our CI
37-
* Click 'Run workflow' on the top right
38-
* Provide the version you want to release
39-
* That's it - everything else is automated.
5+
Contributions to this codebase will be reviewed on a case-by-case basis to determine whether they are applicable to LocalStack.

ISSUE_TEMPLATE.md

Lines changed: 2 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,3 @@
1-
## Reporting Bugs
1+
This issue tracker is not actively monitored.
22

3-
Please be aware of the following things when filing bug reports:
4-
5-
1. Avoid raising duplicate issues. *Please* use the GitHub issue search feature
6-
to check whether your bug report or feature request has been mentioned in
7-
the past.
8-
2. When filing bug reports about exceptions or tracebacks, please include the
9-
*complete* traceback. Partial tracebacks, or just the exception text, are
10-
not helpful.
11-
3. Make sure you provide a suitable amount of information to work with. This
12-
means you should provide:
13-
14-
- Guidance on **how to reproduce the issue**. Ideally, this should be a
15-
*small* code sample that can be run immediately by the maintainers.
16-
Failing that, let us know what you're doing, how often it happens, what
17-
environment you're using, etc. Be thorough: it prevents us needing to ask
18-
further questions.
19-
- Tell us **what you expected to happen**. When we run your example code,
20-
what are we expecting to happen? What does "success" look like for your
21-
code?
22-
- Tell us **what actually happens**. It's not helpful for you to say "it
23-
doesn't work" or "it fails". Tell us *how* it fails: do you get an
24-
exception? A hang? How was the actual result different from your expected
25-
result?
26-
- Tell us **what version of Moto you're using**, and
27-
**how you installed it**. Tell us whether you're using standalone server
28-
mode or the Python mocks. If you are using the Python mocks, include the
29-
version of boto/boto3/botocore.
30-
31-
32-
If you do not provide all of these things, it will take us much longer to
33-
fix your problem.
3+
If you find a bug in LocalStack or Moto-Ext, please report this to our [support team](https://docs.localstack.cloud/aws/getting-started/help-support/).

0 commit comments

Comments
 (0)