Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: (cleanup) removing unused files #1265

Merged
merged 5 commits into from
Feb 8, 2023
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ Thanks for stopping by to let us know something could be better!

Please run down the following list and make sure you've tried the usual "quick fixes":

- Search the issues already opened: https://github.com/googleapis/java-common-protos/issues
- Check for answers on StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform
- Search the issues already opened: https://github.com/googleapis/gapic-generator-java/issues
- Check for answers on StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform

If you are still having issues, please include as much information as possible:

#### Environment details

1. Specify the API at the beginning of the title. For example, "BigQuery: ...").
General, Core, and Other are also allowed as types
1. Specify the artifact at the beginning of the title. For example, "api-common", "gax" etc)
2. OS type and version:
3. Java version:
4. version(s):
4. artifact version(s):

#### Steps to reproduce
If possible, please provide a test case or sample application that reproduces the problem. This makes it much easier for us to diagnose the problem and to verify that we have fixed it.

1. ?
2. ?
1. ?
2. ?

#### Code example

Expand All @@ -48,4 +48,4 @@ Any relevant stacktrace here.

Following these steps guarantees the quickest resolution possible.

Thanks!
Thanks!
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ What you want to happen.
Any alternative solutions or features you've considered.

**Additional context**
Any other context or screenshots about the feature request.
Any other context or screenshots about the feature request.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
name: Support request
about: If you have a support contract with Google, please create an issue in the Google Cloud Support console.

Expand Down
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Thank you for opening a Pull Request! For general contributing guidelines, please refer to [contributing guide](https://github.com/googleapis/gapic-generator-java/blob/main/CONTRIBUTING.md)

Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/gapic-generator-java/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> ☕️
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
requestsize:
enabled: true
enabled: true
10 changes: 0 additions & 10 deletions api-common-java/.github/CODEOWNERS

This file was deleted.

51 changes: 0 additions & 51 deletions api-common-java/.github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

21 changes: 0 additions & 21 deletions api-common-java/.github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

7 changes: 0 additions & 7 deletions api-common-java/.github/ISSUE_TEMPLATE/support_request.md

This file was deleted.

7 changes: 0 additions & 7 deletions api-common-java/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

7 changes: 0 additions & 7 deletions api-common-java/.github/blunderbuss.yml

This file was deleted.

11 changes: 0 additions & 11 deletions api-common-java/.github/generated-files-bot.yml

This file was deleted.

24 changes: 0 additions & 24 deletions api-common-java/.github/release-please.yml

This file was deleted.

1 change: 0 additions & 1 deletion api-common-java/.github/release-trigger.yml

This file was deleted.

Empty file.
79 changes: 0 additions & 79 deletions api-common-java/.github/sync-repo-settings.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions api-common-java/.github/trusted-contribution.yml

This file was deleted.

96 changes: 0 additions & 96 deletions api-common-java/.github/workflows/ci.yaml

This file was deleted.

Loading