good-first-issue
Here are 326 public repositories matching this topic...
-
Updated
Jun 29, 2021 - Java
-
Updated
Jul 20, 2021 - JavaScript
-
Updated
Jun 16, 2021 - JavaScript
-
Updated
Jul 21, 2021 - HTML
Add tests
The module is currently lacking tests. This is something that is 100% needed but also something I'm entirely unfamiliar with. Would
Tasks:
- good-first-issue -o exits appropriately
-
logreturns a properly formatted output without anyundefined(the repo name is especially tricky!) - `require('good-first-issue') operates and returns an object
-
Updated
Jul 17, 2021 - JavaScript
-
Updated
Nov 17, 2020
-
Updated
Apr 14, 2021 - Ruby
Will be great have approach to put some arguments for make test or commands some like this.
For that we need add some like that into Makefile.
# arguments
FIRST_ARG := $(firstword $(MAKECMDGOALS))
ARGS = $(filter-out $@,$(MAKEOVERRIDES) $(MAKECMDGOALS))
MAKEFILE_PATH := $(abspath $(firstword $(MAKEFILE_LIST)))
%:
@:
and after that add ${ARGS} to our commands
te
-
Updated
Jun 15, 2021 - C++
- Do you want to add a New solution ?
- Or you solution is better than already added solution ?
Then go ahead and create a pull request. Please read Pull Request Process for simple steps to contribute
Updated:
Please add a solution to any problem that you solved on Udacity. Beginners with Git are welcome to add their solution and they may reference this isssue. It stays open so others can come and contribute. Please follow the guidelines in CONTRIBUTING.md while submitting the solution.
Data cleanup
Some of the datasets eg.Routes, Ips etc. might be outdated and require some verification and cleanup. This is an on-going task so if you have some spare time please have a look. Thanks!
Contribute
Feel free to add everything you want from memes to blogs to codes to even show off your projects!
String algorithms:
-
String Hashing
-
Rabin-Karp for String Matching
-
Prefix function - Knuth-Morris-Pratt
-
Z-function
-
Suffix Array
-
Aho-Corasick algorithm
-
KMP Algorithm
Prerequisites ⚠️ ⚠️ ⚠️
You must have completed Issue #259
Description
This is the second challenge. You will add a markdown file in directory readme-profiles named:
<github_username>.md
Add something about you and your showcases or projects. The information will be seen when you click on your stats on the home page.
Here is a reference for markdown https://github.com/
Simon Game
Feature ✅
Description
The simon game, made with javascript, html and CSS.
Example
Checklist:
- I have read the project guidelines.
- I have checked all the existing projects, before submitting a new project issue.
- T
Requirements of the project:
- SDK version must be of android 10 or above
- Custom icon is not mandatory
- Deprecated methods or classes can be used but it is not recommended
- Folder name should be in the format
username_projectname
Optional
- Add a README file in your project
- Check [HelloWorld](https://github.com/SanjayDevTech/Code-with-love/tree/master/android/SanjayD
Is your feature request related to a problem? Please describe.
It would be good to have an example of how to use multiple editors in an application.
Describe the solution you'd like
Use a tab control with a 'plus' button like in Chrome to create a new tab. The new tab will contain an empty editor instance.
Optional
Add a way to close the tabs. Suggestions:
- a 'close' button
What would you like ?
-
I would the RIT KUBERNETES CLEAN HELM-CONFIGMAP formula to have a complete README file explaining what the formula does, with an example of its execution (GIF).
-
Formula : https://github.com/ZupIT/ritchie-formulas/tree/master/kubernetes/clean/helm-configmap
Why is this needed ?
- With the Ritchie Portal (ongoing) those READMEs will be used to share
Task-1 Completion
I want to add infix to postfix algorithm in your java directory
1.Add infix to postfix algorithm.
2.Algorithm works on Stack DS.
Solve Round H
Solve Questions of Round H
Languages accepted:
- C
- C++
- Java
- Python
Questions to view: https://github.com/BlankCoders/GoogleKickStart2020_Solutions/blob/master/Round%20H/QuestionsList.md
Important: Comment below to let us know what you want to solve & in which language.
Assignees:
-
Retype
- C - NA
- C++ - NA
- Java - NA
- Python - NA
-
Boring N
-
Updated
Feb 28, 2021
Unity/C# client API
Unity is a popular choice for game developers and studios of all sizes, hence a C# and/or Unity Script client API would be a great addition to the official client API list. This is open to anybody who would like to contribute, and is at least an intermediate Unity/C# developer.
You will retain full rights to your code and it's license type, and will receive credits on the GGS's main page, as we
C++ client API
-
Updated
Jul 8, 2021 - Python
Disjoint Sets
I want to work on this.
Problem:
- some of the workload tests are missing emojis to represent the test
Solution:
- find emojis that would visually represent the test called
helm_deploy - Goal of the test: To check if the Helm chart deployment is successful
- Similar tests in #759 and #874
- Character limits: minimum of 1, maximum of 4
- Unicode characters preferred: https://unicode-table.com/en/emoji/
Improve this page
Add a description, image, and links to the good-first-issue topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the good-first-issue topic, visit your repo's landing page and select "manage topics."


When debugging mobile views, it's important to understand the cursor target size and simulate, as much as possible, the native behaviour of touchscreens.
I believe that it makes sense to emulate as much as possible the real behaviour of pointing devices.
My suggestion is to allow the user to define what is the pr