Git Product home page Git Product logo

contribute-to-open-source-server's Introduction

contribute-to-open-source-server's People

Contributors

danthareja avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

jijo07

contribute-to-open-source-server's Issues

Command prompt stops taking input

The command prompt stops taking input after I write the command you asked:
npm test -- --watch
I am unable to write further commands. It looks like this:
capture1

Update ReadMe file

Hi,
I checked the help docs and didn’t find any mentions or enough information about the project.
How can I update the ReadMe file to know more about the project?
And Is it recommended to write tutorials for First-time contributors if yes on what exactly?
Thank you!!

Add some more scenarios

Hey,

I think that only one story is not much for beginner. By adding more "stories" beginner can exercise more and make smaller mistakes in the future. If you want I can help.

Tom

Project's wiki is empty

The wiki is currently empty but CONTRIBUTING.md contains links to an article in it (Setting up Git -
line 43).

Retrigger review with by "request review" option

If a webhook is not delivered, a client should be able to manually trigger a review request.

Right now, this is possible (but undocumented) by closing/reopening the PR. It'd be nice to also be able to do this with the "Request review" option.

Either way, this must be documented.

Implement a branch cleanup strategy

A user branch is automatically created when a user forks the repository, however there is no cleanup strategy for these branches.

A few ideas of when to delete branches:

  • A user has completed the challenge
  • A user has not pushed a commit to their branch in a long enough time that it is reasonably expected that they are not coming back (~1 week)

An important part of this feature is to document up-front in the exercise when users can expect branches to be deleted so it is not unexpected. Once deleted, a user can re-fork to create a new branch.

Syntax Error in calculator.test.js preventing mocha tests from running

In calculator.test.js I changed

describe.skip('_check', () => {
to
describe.only('_check', () => {

and then ran 'npm test' to see if it passes the tests. It gave me a result stating a syntax error instead of running mocha tests.

screenshot

I was expecting to see it output failing other (mocha) tests. Even after completing resolving the issue by implementing _check(), the syntax error from the test file (calculator.test.js) prevented the tests from running. What could the issue be?

Note: I am running npm v1.4.28 and nodejs v0.10.37 from Win10's Unix shell terminal.

Thank you.

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.