From 1d08b80e451016d64a86d53ca4c7f050496c213d Mon Sep 17 00:00:00 2001 From: kamarjago Date: Mon, 24 Nov 2025 11:34:46 +0700 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c283f44..ce796c6f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![AppAuth for Android](https://rawgit.com/openid/AppAuth-Android/master/appauth_lockup.svg) +[AppAuth for Android](https://rawgit.com/openid/AppAuth-Android/master/appauth_lockup.svg) [![Download](https://img.shields.io/maven-central/v/net.openid/appauth)](https://search.maven.org/search?q=g:net.openid%20appauth) [![Javadocs](http://javadoc.io/badge/net.openid/appauth.svg)](http://javadoc.io/doc/net.openid/appauth) From 5a6811df9d8807c8f309930f14d24fc3937218ad Mon Sep 17 00:00:00 2001 From: kamarjago Date: Mon, 24 Nov 2025 11:35:09 +0700 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce796c6f..cb71df4c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [AppAuth for Android](https://rawgit.com/openid/AppAuth-Android/master/appauth_lockup.svg) -[![Download](https://img.shields.io/maven-central/v/net.openid/appauth)](https://search.maven.org/search?q=g:net.openid%20appauth) +[Download](https://img.shields.io/maven-central/v/net.openid/appauth)](https://search.maven.org/search?q=g:net.openid%20appauth) [![Javadocs](http://javadoc.io/badge/net.openid/appauth.svg)](http://javadoc.io/doc/net.openid/appauth) [![Build Status](https://github.com/openid/AppAuth-Android/actions/workflows/build.yml/badge.svg)](https://github.com/openid/AppAuth-Android/actions/workflows/build.yml) [![codecov.io](https://codecov.io/github/openid/AppAuth-Android/coverage.svg?branch=master)](https://codecov.io/github/openid/AppAuth-Android?branch=master) From 608f9068407fde65823c7ae623e739578f4b3164 Mon Sep 17 00:00:00 2001 From: kamarjago Date: Mon, 24 Nov 2025 11:43:53 +0700 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb71df4c..d1d6a321 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[AppAuth for Android](https://rawgit.com/openid/AppAuth-Android/master/appauth_lockup.svg) +n[AppAuth for Android](https://rawgit.com/openid/AppAuth-Android/master/appauth_lockup.svg) [Download](https://img.shields.io/maven-central/v/net.openid/appauth)](https://search.maven.org/search?q=g:net.openid%20appauth) [![Javadocs](http://javadoc.io/badge/net.openid/appauth.svg)](http://javadoc.io/doc/net.openid/appauth) From 6e2cb9103636e021c70d21c241e3a499a7c603af Mon Sep 17 00:00:00 2001 From: Jago_22 Date: Fri, 5 Dec 2025 02:01:48 +0700 Subject: [PATCH 4/4] Update issue templates Lp --- .github/ISSUE_TEMPLATE/bug_report.md | 48 +++++++++++++++-------- .github/ISSUE_TEMPLATE/custom.md | 10 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 28 ++++++------- .github/ISSUE_TEMPLATE/question.md | 5 ++- 4 files changed, 59 insertions(+), 32 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 77b45a8c..dd84ea78 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,24 +1,38 @@ --- -name: 🐛 Bug Report -about: Something isn't working as expected 🤔 -labels: bug +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + --- - +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. -### Checklist: +**Screenshots** +If applicable, add screenshots to help explain your problem. -- [ ] I am using the latest release -- [ ] I searched for [existing GitHub issues](https://github.com/openid/AppAuth-Android/issues) -- [ ] I read the [documentation](https://github.com/openid/AppAuth-Android/blob/master/README.md) -- [ ] I verified the client configuration matches the information in the identity provider (or I am using dynamic client registration) -- [ ] I am either using a custom URI scheme or `https` with [App Links](https://developer.android.com/training/app-links) for client redirect. -- [ ] I can reproduce the issue in the demo app (optional) +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] -### Configuration -- Version: 0.X.Y -- Integration: (native(Java/Kotlin), Xamarin, ReactNative, etc) -- Identity provider: (Google, Okta, Gluu, Auth0, KeyCloack, etc) +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] -### Issue Description - +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..48d5f81f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +1,10 @@ +--- +name: Custom issue template +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2777d82e..bbcbbe7d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,20 +1,20 @@ --- -name: 🚀 Feature Request -about: Share ideas for new features -labels: enhancement ---- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' - +--- -### Feature Request +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -#### Motivation - +**Describe the solution you'd like** +A clear and concise description of what you want to happen. -#### Description - - - +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. -#### Alternatives or Workarounds - +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 682e9454..0397cc50 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,7 +1,10 @@ --- -name: ❓ Ask a Question +name: "❓ Ask a Question" about: Ask the community for help +title: '' labels: question +assignees: '' + ---