Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ab5536

Browse files
authored
chore: (cleanup) removing unused files (#1265)
* chore: (cleanup) removing unused files * chore: working on comments
1 parent 68a8453 commit 5ab5536

File tree

197 files changed

+20
-7818
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+20
-7818
lines changed

java-common-protos/.github/ISSUE_TEMPLATE/bug_report.md renamed to .github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ Thanks for stopping by to let us know something could be better!
1010

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

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

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

1818
#### Environment details
1919

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

2625
#### Steps to reproduce
26+
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.
2727

28-
1. ?
29-
2. ?
28+
1. ?
29+
2. ?
3030

3131
#### Code example
3232

@@ -48,4 +48,4 @@ Any relevant stacktrace here.
4848

4949
Following these steps guarantees the quickest resolution possible.
5050

51-
Thanks!
51+
Thanks!

java-common-protos/.github/ISSUE_TEMPLATE/feature_request.md renamed to .github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ What you want to happen.
1818
Any alternative solutions or features you've considered.
1919

2020
**Additional context**
21-
Any other context or screenshots about the feature request.
21+
Any other context or screenshots about the feature request.

java-iam/.github/ISSUE_TEMPLATE/support_request.md renamed to .github/ISSUE_TEMPLATE/support_request.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
name: Support request
32
about: If you have a support contract with Google, please create an issue in the Google Cloud Support console.
43

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
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)
2+
3+
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
4+
5+
- [ ] 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
6+
- [ ] Ensure the tests and linter pass
7+
- [ ] Code coverage does not decrease (if any source code was changed)
8+
- [ ] Appropriate docs were updated (if necessary)
9+
10+
Fixes #<issue_number_goes_here> ☕️

java-iam/.github/auto-label.yaml renamed to .github/auto-label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
requestsize:
15-
enabled: true
15+
enabled: true

api-common-java/.github/CODEOWNERS

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

api-common-java/.github/ISSUE_TEMPLATE/bug_report.md

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

api-common-java/.github/ISSUE_TEMPLATE/feature_request.md

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

api-common-java/.github/ISSUE_TEMPLATE/support_request.md

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

api-common-java/.github/PULL_REQUEST_TEMPLATE.md

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

0 commit comments

Comments
 (0)