You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-13Lines changed: 4 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,6 @@
2
2
3
3
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.
4
4
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
-
9
5
## Code and copy reviews
10
6
11
7
All submissions, including submissions by project members, require review. We
@@ -15,25 +11,20 @@ information on using pull requests.
15
11
16
12
## Report an issue
17
13
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.
19
15
20
16
To help resolve your issue as quickly as possible, read the template and provide all the requested information.
21
17
22
18
## File a feature request
23
19
24
20
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.
25
21
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).
27
23
28
24
## Create a pull request
29
25
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:
31
27
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.
33
28
- In your PR's description, link to any related issues or pull requests to give reviewers the full context of your change.
34
29
- 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