From 77d057d4e59efa2edc2ed16600233c2ca5fde7cb Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Thu, 27 Sep 2018 14:07:15 +0530 Subject: [PATCH] chore: remove .github files --- curriculum/.github/CODE_OF_CONDUCT.md | 74 ------------------- .../.github/ISSUE_TEMPLATE/bug_report.md | 29 -------- .../.github/ISSUE_TEMPLATE/feature_request.md | 17 ----- curriculum/.github/PULL_REQUEST_TEMPLATE.md | 31 -------- curriculum/.gitignore | 74 ------------------- 5 files changed, 225 deletions(-) delete mode 100644 curriculum/.github/CODE_OF_CONDUCT.md delete mode 100644 curriculum/.github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 curriculum/.github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 curriculum/.github/PULL_REQUEST_TEMPLATE.md delete mode 100644 curriculum/.gitignore diff --git a/curriculum/.github/CODE_OF_CONDUCT.md b/curriculum/.github/CODE_OF_CONDUCT.md deleted file mode 100644 index b4454e13ac..0000000000 --- a/curriculum/.github/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,74 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -In the interest of fostering an open and welcoming environment, we as -contributors and maintainers pledge to making participation in our project and -our community a harassment-free experience for everyone, regardless of age, body -size, disability, ethnicity, gender identity and expression, level of experience, -nationality, personal appearance, race, religion, or sexual identity and -orientation. - -## Our Standards - -Examples of behavior that contributes to creating a positive environment -include: - -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members - -Examples of unacceptable behavior by participants include: - -* The use of sexualized language or imagery and unwelcome sexual attention or -advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic - address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting - -## Our Responsibilities - -Project maintainers are responsible for clarifying the standards of acceptable -behavior and are expected to take appropriate and fair corrective action in -response to any instances of unacceptable behavior. - -Project maintainers have the right and responsibility to remove, edit, or -reject comments, commits, code, wiki edits, issues, and other contributions -that are not aligned to this Code of Conduct, or to ban temporarily or -permanently any contributor for other behaviors that they deem inappropriate, -threatening, offensive, or harmful. - -## Scope - -This Code of Conduct applies both within project spaces and in public spaces -when an individual is representing the project or its community. Examples of -representing a project or community include using an official project e-mail -address, posting via an official social media account, or acting as an appointed -representative at an online or offline event. Representation of a project may be -further defined and clarified by project maintainers. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at team@freecodecamp.org. All -complaints will be reviewed and investigated and will result in a response that -is deemed necessary and appropriate to the circumstances. The project team is -obligated to maintain confidentiality with regard to the reporter of an incident. -Further details of specific enforcement policies may be posted separately. - -Project maintainers who do not follow or enforce the Code of Conduct in good -faith may face temporary or permanent repercussions as determined by other -members of the project's leadership. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, -available at [http://contributor-covenant.org/version/1/4][version] - -[homepage]: http://contributor-covenant.org -[version]: http://contributor-covenant.org/version/1/4/ diff --git a/curriculum/.github/ISSUE_TEMPLATE/bug_report.md b/curriculum/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index fe9830e88f..0000000000 --- a/curriculum/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: Bug report -about: Report an issue or a bug after you have searched through existing issues - ---- - -#### 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. - -#### Screenshots -If applicable, add screenshots to help explain your problem. - -#### Desktop (please complete the following information): - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -#### Additional context -Add any other context about the problem here. diff --git a/curriculum/.github/ISSUE_TEMPLATE/feature_request.md b/curriculum/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index b7416aedd5..0000000000 --- a/curriculum/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Feature request -about: Suggest a challenge or a feature for this project - ---- - -#### 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 [...] - -#### Describe the solution you'd like -A clear and concise description of what you want to happen. - -#### Describe alternatives you've considered -A clear and concise description of any alternative solutions or features you've considered. - -#### Additional context -Add any other context or screenshots about the feature request here. diff --git a/curriculum/.github/PULL_REQUEST_TEMPLATE.md b/curriculum/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index a30c23ddad..0000000000 --- a/curriculum/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,31 +0,0 @@ -#### Description - - - - - - - -#### Pre-Submission Checklist - -- [ ] Your pull request targets the `dev` branch. -- [ ] Branch starts with either `fix/`, `feature/`, or `translate/` (e.g. `fix/challenge-tests`) -- [ ] All new and existing tests pass the command `npm test`. -- [ ] Use `npm run commit` to generate a conventional commit message. - Learn more here: -- [ ] The changes were done locally on your machine and NOT GitHub web interface. - If they were done on the web interface you have ensured that you are creating conventional commit messages. - -#### Checklist: - -- [ ] Tested changes locally. -- [ ] Addressed currently open issue (replace XXXXX with an issue no in next line) - -Closes #XXXXX - diff --git a/curriculum/.gitignore b/curriculum/.gitignore deleted file mode 100644 index bef690b591..0000000000 --- a/curriculum/.gitignore +++ /dev/null @@ -1,74 +0,0 @@ -# Logs -logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release - -# Compiled distribution folder -dist/ - -# Dependency directories -node_modules/ -jspm_packages/ - -# Unpacked challenge files -unpacked/ - -# TypeScript v1 declaration files -typings/ - -# Optional npm cache directory -.npm - -# Optional eslint cache -.eslintcache - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variables file -.env - -# next.js build output -.next - -# IDE -.idea -*.iml -.DS_Store -Thumbs.db -.vscode/ \ No newline at end of file