-
-
Notifications
You must be signed in to change notification settings - Fork 632
Add Template Additions and Modifications to Repo #4093
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
661767d
Selected a new problem as the one I chose got assigned to someone else
TiaMarieG d90dae4
First attempt - Wrote code based off experience with JS
TiaMarieG 5233d96
New attempt - passed 2/5 tests
TiaMarieG ff806f9
Updated code - 4/5 tests passed
TiaMarieG 9df665f
Final adjustment - 5/5 tests passed
TiaMarieG 042af5b
Merge branch 'main' into main
TiaMarieG 2ab0bc6
Removed node_modules and JSON files
TiaMarieG 27d3eb3
Created new template for repo contributions. Added node_modules/ to .…
TiaMarieG fd631d8
Merge branch 'main' into main
TiaMarieG 13cc7d7
Removed redundant line from .gitignore
TiaMarieG 6c4a2c6
Merge branch 'main' of https://github.com/TiaMarieG/sample-programs
TiaMarieG d7c4925
Moved location of ISSUE_TEMPLATE. Reworded additions to PULL_REQUEST …
TiaMarieG b93a70c
Renamed ISSUE_TEMPLATE to contribute-to-repo
TiaMarieG 7c14c7f
Merge branch 'main' into main
TiaMarieG 1ea0631
Added YAML to the top. Checking to see if it is visible now
TiaMarieG 7223fc9
Merge branch 'main' into main
TiaMarieG 8d7d80a
Added requested adjustments and altered form to more closely resemble…
TiaMarieG 752b6a6
Merge branch 'main' of https://github.com/TiaMarieG/sample-programs
TiaMarieG File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| --- | ||
| name: Documentation | ||
| about: Request to add or modify text within the repository | ||
| title: Fix Documentation for {DOCUMENT NAME} | ||
| labels: enhancement | ||
| assignees: '' | ||
| --- | ||
|
|
||
| To request modifying documentation within the repository, please fill out the following: | ||
|
|
||
| Broken Link: Indicate what link or links are broken | ||
|
|
||
| Other: Indicate what needs to be added or changed | ||
|
|
||
| > Please provide more detailed information in the Other Notes section such as what happens when the broken links are clicked on or why you feel the 'Other' changes should be implemented | ||
|
|
||
| ## Other Notes | ||
|
|
||
| Add notes here... | ||
|
|
||
|
|
||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,3 @@ | ||
|
|
||
| .idea/ | ||
| *.class | ||
| *.java~ | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.