Coder Social home page Coder Social logo

pr_repo's Introduction

Git 102 Assignment

๐Ÿ“ฃ Getting Started

  1. clone the repository: git clone https://github.com/devslopes/devslopes-git-pr-assignment
  2. Create a .gitignore file
  3. Create a .env.local file and copy/paste the following into it:
**DUMMY DATA**

CONVERTKIT_API_URL=https://api.convertkit.com/v3/
CONVERTKIT_API_KEY=D4SkateFzVBORyLK98DIE4321
CONVERTKIT_API_SECRET_KEY=123lY2sshhh-456NoXOne7fvH6i2-knowesJ0

FORM_ID=1234567

CONTENTFUL_SPACE_ID=d3-space-crocodiles
CONTENTFUL_ACCESS_TOKEN=givejkW9NU_xGGTZxME-xUXTHE-XMgg711codesj4pN

๐Ÿ›  Requirements

  1. Your commits and Pull Request MUST EXCLUDE OS generated files/folders and files with sensitive data. (i.e: OS-specific and editor specific settings, debug logs, build tools, etc).

๐Ÿ“ Instructions

  1. Update the .gitignore file to ignore OS generated files/folders and files with sensitive data
  2. Add and commit your changes
  3. As you make changes to this project, be mindful of the requirements
  4. Create a remote repository for this project on Github
  5. Push this repository from the command line to Github. NOTE:: When adding this repository to Github, you will need to replace the word origin with destination (or any other word you wish to use). This is because the remote repository you cloned is already using the name, origin
git remote add destination <your_github_repo_url>
git branch -M main
git push -u destination main
  1. After making your initial push to your remote repository, create a new branch off your local main branch called, feature/bug-tracking
  2. Create a new file, .env.production.local
  3. Copy/paste the following sensitive data into, .env.production.local: SENTRY_DSN=https://1eb0a2142.ingest.sentry.io/711007
  4. Create a new file, app.js
  5. Add the following to app.js:
var loveToCode = true;
var BUG_TRACKING_DNS = process.env.production.local;
  1. Add the following to styles.css:
h2 { color: blue; }
  1. Commit your changes locally. Your commit message should have a subject line and body. It should follow the 7 commit message convention guidelines
  2. Push this branch to your remote repository. (This will create a new remote branch). Remember, when you push your code, don't use "origin". Use destination (or the whatever word you chose to use when you set up the remote repo)
  3. Create a Pull Request for this branch to be merged into main
  4. To submit your assignment, put the URL of your GitHub repository in a .txt file, zip the file and then upload it through your student portal so we can verify the commit history is correct. A Devslopes mentor will review your PR (Pull Request), comment as necessary and reject or approve your PR

pr_repo's People

Contributors

jradness avatar

Watchers

James Cloos avatar Marcus Jones avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.