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

My branch #83

Merged
merged 3 commits into from Oct 27, 2021
Merged

My branch #83

merged 3 commits into from Oct 27, 2021

Conversation

shefali12-ab
Copy link
Contributor

@shefali12-ab shefali12-ab commented Oct 4, 2021

Added the required content in page opensource_programs.adoc
gitbasic1
gitbasic3
gitbasic5
gitbsc2
gitbsc4
I have added these changes in new branch named my_branch. this much content i will change font style and format text afterwards.
please review it .
closes #83

@shefali12-ab
Copy link
Contributor Author

@KartikSoneji and @HarshKapadia2 please have a look .

@KartikSoneji
Copy link
Collaborator

KartikSoneji commented Oct 4, 2021

This is a proper draft pull request, good job!
Please add Closes #<issue number> to the pull request description, that way the issue will automatically be closed when this PR is merged.

Also, it seems like the build step has some errors, note that you will need to fix them before the PR can be merged.
Looks like the workflow itself is broken, let me fix that.

@shefali12-ab
Copy link
Contributor Author

okay @KartikSoneji where to see these errors. i am geeting mail regarding github page workflow failed.
eror

@shefali12-ab
Copy link
Contributor Author

@KartikSoneji is build setup error has been resolved ?? also is this much content is ok? some of the things I have written by my own so please check. also one ques as this repo is part of Hacktoberfest can this issue get a label of hacktoberfest?

@HarshKapadia2
Copy link
Owner

HarshKapadia2 commented Oct 6, 2021

The workflow has been updated to handle PRs. Please update your branch with the latest commits.

Also, you have used syntax arbitrarily. For bullet points, please use * and ==== for headings. (The number of = can change.)
Please do not leave lines and whitespaces arbitrarily.
Please refer to other files in the project, the CONTRIBUTING.md file and the Asciidoctor syntax reference for the code style and acceptable syntax.

Once the PR has been merged, the hacktoberfest-accepted label will be added to the PR.

@shefali12-ab
Copy link
Contributor Author

okay, sure I will do it.

@shefali12-ab
Copy link
Contributor Author

@HarshKapadia2 I have made some commits, changed the syntax. Please check is it working or not.

src/content/misc/opensource_progras.adoc Outdated Show resolved Hide resolved
src/content/misc/opensource_progras.adoc Outdated Show resolved Hide resolved
src/content/misc/opensource_progras.adoc Outdated Show resolved Hide resolved
src/content/misc/opensource_progras.adoc Outdated Show resolved Hide resolved
src/content/misc/opensource_progras.adoc Outdated Show resolved Hide resolved
src/content/misc/opensource_progras.adoc Outdated Show resolved Hide resolved
@shefali12-ab
Copy link
Contributor Author

okay sure, will add these changes also.

@shefali12-ab
Copy link
Contributor Author

@KartikSoneji @HarshKapadia2
I have added the required changes,
in place of unofficial sites I have added some blog posts.
also added logo images, Eligibility Section.
please check that list element section for combining two list elements I have just added + at the end of each para, is this correct? as I have read in the documentation that + is added in the new line, but that was not working here so, I have added it at the end of para.

@shefali12-ab
Copy link
Contributor Author

@KartikSoneji @HarshKapadia2 Please Review it.

@HarshKapadia2
Copy link
Owner

Hey @shefali12-ab I would recommend that you try to build the web site. You have not linked the files properly, so it is not appearing in the final build. Please read the 'Parsing' section in the CONTRIBUTING.md file to understand how to link files.

Please test the final site before pushing.

You have a typo in the file name as well.

So please go through the CONTRIBUTING.md file properly and always test the final site before committing and pushing. This will ensure that the PR will get merged quicker.

@HarshKapadia2
Copy link
Owner

Also, the CI/CD workflow has been modified again, so I would recommend updating your branch with the latest commits.

@HarshKapadia2
Copy link
Owner

There are a LOT of spelling errors as well. Please use a spell checker plugin. (For VS Code)

@shefali12-ab
Copy link
Contributor Author

@HarshKapadia2 I have made the required, i need help please tell me how to perform testing of website. as I have read contributing.md and there it was written to generate website in build directory and run sh build.sh command . i didn't understand like where to run these commands( i am doing it like opening new terminal in open_source_programs file and typed sh build.sh command )but it didn't worked .please guide me.

@shefali12-ab
Copy link
Contributor Author

@HarshKapadia2 Please review it .

@HarshKapadia2
Copy link
Owner

i didn't understand like where to run these commands

As mentioned in the CONTRIBUTING.md file, the sh build.sh command has to be run in the root directory of the project. Eg: If the entire project resides in a directory named git_basics, then the command has to be run in that git_basics directory. Do not run the command in any sub-directory inside the git_basics directory.

@HarshKapadia2
Copy link
Owner

Please remove all the logos as well. They are not required.

@KartikSoneji
Copy link
Collaborator

KartikSoneji commented Oct 17, 2021

Please remove all the logos as well. They are not required.

I think the logos will help differentiate between programs at a glance.
Maybe just add them in one row above the relevant column in the table.

@shefali12-ab
Copy link
Contributor Author

I have run this command sh build.sh using gitbash terminal, before I was doing it on vs code terminal, and opened this index.html in build directory through live server, the content I have added are appearing like this, see attached screenshot,as you have said earlier it was not appearing on the final build. is it correct now?
also, I am editing it again according to the changes that you have said today.
git_basics

@HarshKapadia2
Copy link
Owner

It seems that the Table of Contents (ToC) is missing in your output. Weird.

In the image below, please note how all programs are appearing in the ToC rather than just the heading 'Open Source Programs'. Please look into your heading levels (no. of =). There should only be one level three heading (===) in a file. All the others should be between level 4 to 6.

Please change the title of the 'Official Website' table column to 'Links'.

Some of the empty table cells have a single dash while other have three hyphens. Please make them all long dashes.

The middle column line of the table is thicker than the rest. Why is that? Please make it similar to the others.

The main branch has been updated with some code, so please update your branch.

@shefali12-ab
Copy link
Contributor Author

shefali12-ab commented Oct 17, 2021

made these required changes now the table of content is visible and only opensource programs heading is visible there,
but that middle column is thicker I am not getting why it is happening, I am searching for it or if you know then please tell.
git_basics (1)

@HarshKapadia2
Copy link
Owner

Any updates, @shefali12-ab?

@shefali12-ab
Copy link
Contributor Author

@HarshKapadia2 Need to fix the table column. will update you by tomorrow.

@shefali12-ab
Copy link
Contributor Author

@HarshKapadia2 I am not able to figure out why the middle column of the table is thicker. the syntax is same as of other columns.

@HarshKapadia2
Copy link
Owner

Okay, no issues. Have you made all the other changes and checked the built version thoroughly for all the suggested changes?

@shefali12-ab
Copy link
Contributor Author

yes ,please see this screenshot attached, Table of content is not visible here in this screenshot but it was there, just check the content that is visible. Also, I haven't removed the images, it is looking good or if you want I will remove them.
git_basics (2)

@HarshKapadia2
Copy link
Owner

The aspect ratio of the GSoC and GSoD images is improper. Please correct that and push a commit to this PR.

@HarshKapadia2 HarshKapadia2 linked an issue Oct 23, 2021 that may be closed by this pull request
@shefali12-ab
Copy link
Contributor Author

I have made changes and pushed it.

@HarshKapadia2
Copy link
Owner

@KartikSoneji please check and suggest changes. I have made all the changes as per my liking.

Also, should some of the commits in between be squashed before merging?

@HarshKapadia2
Copy link
Owner

@shefali12-ab please check the changes in my commits. I corrected a LOT of grammar and formatting errors. Please take care while contributing to documentation projects in the future.

@shefali12-ab
Copy link
Contributor Author

Yeah, sure I will check them again. This was my first open-source contribution in documentation, which I will take care of in the future, further thank you for your guidance as I have learned to use assciidoctor and Github :)) by contributing to this repo.

@HarshKapadia2
Copy link
Owner

Great! Thank you for contributing and unless @KartikSoneji suggests any changes, this PR looks good to be merged!

shefali12-ab and others added 2 commits October 28, 2021 01:22
Added content of opensource programs

added content in my_branch

Modified the content

Added the required Changes

made changes as required

made changes as required
Increase version in service worker and change order in `refs/misc.adoc`
@HarshKapadia2
Copy link
Owner

HarshKapadia2 commented Oct 27, 2021

Hey @shefali12-ab I rebased the commits to maintain a clean history and force pushed to your branch.

I will be merging the PR now. 🎉

Thank you SO much for your contribution! I am impressed by the way you did not give up despite there being a lot changes. This PR has gone on for almost a month now and you kept improving upon your work. That's awesome! I did help you out a little in the end, but I'm sure you'll get better with more PRs. Do work on your language skills and please read the CONTRIBUTING.md file thoroughly whenever you're contributing to any project. PLEASE keep raising issues and opening PRs. Your attitude of not giving up will really help you out! 👍

All the best! Feel free to reach out for any help.

@HarshKapadia2 HarshKapadia2 merged commit e6882bf into HarshKapadia2:main Oct 27, 2021
@shefali12-ab
Copy link
Contributor Author

@HarshKapadia2 Thank you so much for merging PR, this appreciation means a lot to me, I will surely improve my skills.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding a section for opensource programs in website
3 participants