Skip to content

Commit 6bcf9c6

Browse files
authored
chore: Remove note about not accepting PRs. (#117)
Change-Id: Ied25df0271cb3066474ff01635b5dab9909835bb
1 parent 63966ad commit 6bcf9c6

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

.github/pull_request_template.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
**NOTE: We are not accepting external contributions at this time.**
1+
---
2+
name: Pull request
3+
about: Create a pull request
4+
label: 'triage me'
5+
---
6+
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
7+
- [ ] Make sure to open a GitHub issue as a bug/feature request before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
8+
- [ ] Ensure the tests and linter pass
9+
- [ ] Code coverage does not decrease (if any source code was changed)
10+
- [ ] Appropriate docs were updated (if necessary)
211

3-
If you find a bug or have a feature request related to these samples, please [file an issue](https://github.com/googlemaps/maps-sdk-for-ios-samples/issues).
4-
5-
If you find a bug or have a feature request related to one of the SDKs, you can file an issue on either the
6-
[Google Maps SDK for iOS Issue Tracker](https://developers.google.com/maps/documentation/ios-sdk/support#issue-tracker).or the
7-
[Places SDK for iOS Issue Tracker](https://issuetracker.google.com/savedsearches/5050150).
12+
Fixes #<issue_number_goes_here> 🦕

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ The `snippets` sub-directory contains code snippets that can be found in the dev
103103

104104
## Support
105105

106-
**NOTE: We are not accepting external contributions at this time.**
107-
108106
If you find a bug or have a feature request related to these samples, please [file an issue](https://github.com/googlemaps/maps-sdk-for-ios-samples/issues).
109107

110108
If you find a bug or have a feature request related to one of the SDKs, you can file an issue on either the

0 commit comments

Comments
 (0)