Skip to content

Commit cd31d3e

Browse files
committed
docs: update contributing guidelines and remove code of conduct
No need to be so authoritative. Contributors are welcome to participate in a way that suites their workflow.
1 parent 0caf1bf commit cd31d3e

File tree

2 files changed

+4
-89
lines changed

2 files changed

+4
-89
lines changed

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
We highly appreciate feedback and contributions from the community! If you'd like to contribute to this project, please make sure to review and follow the guidelines below.
44

5-
## Code of conduct
6-
7-
In the interest of fostering an open and welcoming environment, please review and follow our [code of conduct](./CODE_OF_CONDUCT.md).
8-
95
## Code and copy reviews
106

117
All submissions, including submissions by project members, require review. We
@@ -15,25 +11,20 @@ information on using pull requests.
1511

1612
## Report an issue
1713

18-
Report all issues through GitHub Issues using the [Report a Bug](https://github.com/stripe/stripe-firebase-extensions/issues/new?template=1.Bug_report.md) template.
14+
Report all issues through GitHub Issues using the [Report a Bug](https://github.com/trentrand/stripe-firebase-extensions/issues/new?template=1.Bug_report.md) template.
1915

2016
To help resolve your issue as quickly as possible, read the template and provide all the requested information.
2117

2218
## File a feature request
2319

2420
We welcome all feature requests, whether it's to add new functionality to an existing extension or to offer an idea for a brand new extension.
2521

26-
File your feature request through GitHub Issues using the [Feature Request template](https://github.com/stripe/stripe-firebase-extensions/issues/new?template=2.Feature_request.md).
22+
File your feature request through GitHub Issues using the [Feature Request template](https://github.com/trentrand/stripe-firebase-extensions/issues/new?template=2.Feature_request.md).
2723

2824
## Create a pull request
2925

30-
When making pull requests to the repository, make sure to follow these guidelines for both bug fixes and new features:
26+
When making pull requests to the repository, consider following these guidelines for both bug fixes and new features:
3127

32-
- Before creating a pull request, file a GitHub Issue so that maintainers and the community can discuss the problem and potential solutions before you spend time on an implementation.
3328
- In your PR's description, link to any related issues or pull requests to give reviewers the full context of your change.
3429
- For commit messages, follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format.
35-
- For example, if you update documentation for a specific extension, your commit message might be: `docs(extension-name) updated installation documentation`.
36-
37-
### Features
38-
39-
Before creating pull requests for new features, first file a GitHub Issue describing the reasoning and motivation for the feature. This gives maintainers and the community the opportunity to provide feedback on your idea before implementing it.
30+
- For example, if you update documentation for a specific extension, your commit message might be: `docs(extension-name) updated installation documentation`.

0 commit comments

Comments
 (0)